summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-18 16:36:15 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-18 16:36:43 +0100
commitf1bf4b53fba3456c372f6e2f34b1d1ec5b2c1403 (patch)
treef4fdda6a14fb3e1918e06b6d55e04bb6744fe576 /sys-apps/texinfo
parentdev-python/markdown: Remove old (diff)
downloadgentoo-f1bf4b53fba3456c372f6e2f34b1d1ec5b2c1403.tar.gz
gentoo-f1bf4b53fba3456c372f6e2f34b1d1ec5b2c1403.tar.bz2
gentoo-f1bf4b53fba3456c372f6e2f34b1d1ec5b2c1403.zip
sys-apps/texinfo: Drop unused config options
texinfo now installs bundled pure-perl modules unconditionally. Closes: https://bugs.gentoo.org/829181 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/texinfo-6.8.ebuild13
1 files changed, 1 insertions, 12 deletions
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