autotools.eclass: drop outdated sys-devel/gettext blocker
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 23 Aug 2019 20:46:22 +0000 (22:46 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 13:59:58 +0000 (13:59 +0000)
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>
eclass/autotools.eclass

index 9143aa454d0df5d955d24f9e24e52e1836a4452a..9df0e1b93663503085dbc76e1d6ff89266459eb9 100644 (file)
@@ -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=""