Gentoo Archives: gentoo-dev

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