Diff dialog-1.3.20221229 with a dialog-1.3.20230209

/usr/portage/dev-util/dialog/dialog-1.3.20230209.ebuild 2023-10-09 14:52:30.960368387 +0300
22 22
DEPEND="
23 23
	${RDEPEND}
24 24
	nls? ( sys-devel/gettext )
25
	"
25
"
26 26
BDEPEND="
27 27
	virtual/pkgconfig
28 28
	!minimal? ( sys-devel/libtool )
......
44 44
	econf \
45 45
		--disable-rpath-hack \
46 46
		--with-pkg-config \
47
		--enable-pc-files \
47 48
		$(use_enable nls) \
48 49
		$(use_with !minimal libtool) \
49 50
		--with-libtool-opts='-shared' \
50
		--with-ncurses$(usex unicode w '')
51
		--with-ncurses$(usev unicode w)
51 52
}
52 53

  
53 54
src_install() {
Thank you!