summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-23 22:46:22 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2019-11-09 13:59:58 +0000
commite10485c43714c1d2bb4e241c29f60ac56c45b75b (patch)
tree426ea2bef30ffd77b4b9f9a7561a1246dbbedf76 /eclass/autotools.eclass
parentapp-misc/mc: RESTRICT="!test? ( test )" (diff)
downloadgentoo-e10485c43714c1d2bb4e241c29f60ac56c45b75b.tar.gz
gentoo-e10485c43714c1d2bb4e241c29f60ac56c45b75b.tar.bz2
gentoo-e10485c43714c1d2bb4e241c29f60ac56c45b75b.zip
autotools.eclass: drop outdated sys-devel/gettext blocker
All <sys-devel/gettext-0.18.1.1-r3 versions are gone. Reported-by: Jory Pratt <anarchy@gentoo.org> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 9143aa454d0d..9df0e1b93663 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -109,10 +109,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
export WANT_LIBTOOL
fi
-# Force people (nicely) to upgrade to a newer version of gettext as
-# older ones are known to be crappy. #496454
-AUTOTOOLS_DEPEND="!<sys-devel/gettext-0.18.1.1-r3
- ${_automake_atom}
+AUTOTOOLS_DEPEND="${_automake_atom}
${_autoconf_atom}
${_libtool_atom}"
RDEPEND=""