Gentoo Archives: gentoo-dev

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-dev@l.g.o
Cc: base-system@g.o, Jory Pratt <anarchy@g.o>
Subject: [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker
Date: Fri, 23 Aug 2019 20:47:06
Message-Id: 20190823204622.58922-1-whissi@gentoo.org
1 All <sys-devel/gettext-0.18.1.1-r3 versions are gone.
2
3 Reported-by: Jory Pratt <anarchy@g.o>
4 Signed-off-by: Thomas Deutschmann <whissi@g.o>
5 ---
6 eclass/autotools.eclass | 5 +----
7 1 file changed, 1 insertion(+), 4 deletions(-)
8
9 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
10 index 9143aa454d0d..9df0e1b93663 100644
11 --- a/eclass/autotools.eclass
12 +++ b/eclass/autotools.eclass
13 @@ -109,10 +109,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
14 export WANT_LIBTOOL
15 fi
16
17 -# Force people (nicely) to upgrade to a newer version of gettext as
18 -# older ones are known to be crappy. #496454
19 -AUTOTOOLS_DEPEND="!<sys-devel/gettext-0.18.1.1-r3
20 - ${_automake_atom}
21 +AUTOTOOLS_DEPEND="${_automake_atom}
22 ${_autoconf_atom}
23 ${_libtool_atom}"
24 RDEPEND=""
25 --
26 2.23.0

Replies