From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- sys-apps/texinfo/texinfo-6.8.ebuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sys-apps/texinfo/texinfo-6.8.ebuild') diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild b/sys-apps/texinfo/texinfo-6.8.ebuild index d05aa189ed30..97ed7c623600 100644 --- a/sys-apps/texinfo/texinfo-6.8.ebuild +++ b/sys-apps/texinfo/texinfo-6.8.ebuild @@ -22,12 +22,7 @@ RDEPEND=" !=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2:0= standalone? ( dev-lang/perl ) - !standalone? ( - dev-lang/perl:= - dev-perl/libintl-perl - dev-perl/Unicode-EastAsianWidth - dev-perl/Text-Unidecode - ) + !standalone? ( dev-lang/perl:= ) nls? ( virtual/libintl )" DEPEND="${RDEPEND}" BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )" @@ -54,16 +49,10 @@ src_configure() { if use standalone ; then myeconfargs+=( - --without-external-libintl-perl - --without-external-Unicode-EastAsianWidth - --without-external-Text-Unidecode --disable-perl-xs ) else myeconfargs+=( - --with-external-libintl-perl - --with-external-Unicode-EastAsianWidth - --with-external-Text-Unidecode --enable-perl-xs ) fi -- cgit v1.2.3