Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: Thomas Deutschmann <whissi@g.o>
Cc: gentoo-dev@l.g.o, base-system@g.o, Jory Pratt <anarchy@g.o>
Subject: Re: [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker
Date: Sun, 10 Nov 2019 10:36:36
Message-Id: 20191109140103.5b1493f3@sf
In Reply to: [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker by Thomas Deutschmann
1 On Fri, 23 Aug 2019 22:46:22 +0200
2 Thomas Deutschmann <whissi@g.o> wrote:
3
4 > All <sys-devel/gettext-0.18.1.1-r3 versions are gone.
5 >
6 > Reported-by: Jory Pratt <anarchy@g.o>
7 > Signed-off-by: Thomas Deutschmann <whissi@g.o>
8 > ---
9 > eclass/autotools.eclass | 5 +----
10 > 1 file changed, 1 insertion(+), 4 deletions(-)
11
12 I pushed it as:
13 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10485c43714c1d2bb4e241c29f60ac56c45b75b
14
15 > diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
16 > index 9143aa454d0d..9df0e1b93663 100644
17 > --- a/eclass/autotools.eclass
18 > +++ b/eclass/autotools.eclass
19 > @@ -109,10 +109,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
20 > export WANT_LIBTOOL
21 > fi
22 >
23 > -# Force people (nicely) to upgrade to a newer version of gettext as
24 > -# older ones are known to be crappy. #496454
25 > -AUTOTOOLS_DEPEND="!<sys-devel/gettext-0.18.1.1-r3
26 > - ${_automake_atom}
27 > +AUTOTOOLS_DEPEND="${_automake_atom}
28 > ${_autoconf_atom}
29 > ${_libtool_atom}"
30 > RDEPEND=""
31 > --
32 > 2.23.0
33 >
34 >
35
36
37 --
38
39 Sergei