public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker
@ 2019-08-23 20:46 Thomas Deutschmann
  2019-08-24  1:40 ` [gentoo-dev] " Mike Gilbert
  2019-11-09 14:01 ` [gentoo-dev] " Sergei Trofimovich
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2019-08-23 20:46 UTC (permalink / raw
  To: gentoo-dev; +Cc: base-system, Jory Pratt

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>
---
 eclass/autotools.eclass | 5 +----
 1 file changed, 1 insertion(+), 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=""
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-dev] Re: [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker
  2019-08-23 20:46 [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker Thomas Deutschmann
@ 2019-08-24  1:40 ` Mike Gilbert
  2019-11-09 14:01 ` [gentoo-dev] " Sergei Trofimovich
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2019-08-24  1:40 UTC (permalink / raw
  To: Gentoo Dev; +Cc: base-system, Jory Pratt

On Fri, Aug 23, 2019 at 4:46 PM Thomas Deutschmann <whissi@gentoo.org> wrote:
>
> 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>
> ---
>  eclass/autotools.eclass | 5 +----
>  1 file changed, 1 insertion(+), 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=""

lgtm


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker
  2019-08-23 20:46 [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker Thomas Deutschmann
  2019-08-24  1:40 ` [gentoo-dev] " Mike Gilbert
@ 2019-11-09 14:01 ` Sergei Trofimovich
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2019-11-09 14:01 UTC (permalink / raw
  To: Thomas Deutschmann; +Cc: gentoo-dev, base-system, Jory Pratt

On Fri, 23 Aug 2019 22:46:22 +0200
Thomas Deutschmann <whissi@gentoo.org> wrote:

> 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>
> ---
>  eclass/autotools.eclass | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

I pushed it as:
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10485c43714c1d2bb4e241c29f60ac56c45b75b

> 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=""
> -- 
> 2.23.0
> 
> 


-- 

  Sergei


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-10 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23 20:46 [gentoo-dev] [PATCH] autotools.eclass: drop outdated sys-devel/gettext blocker Thomas Deutschmann
2019-08-24  1:40 ` [gentoo-dev] " Mike Gilbert
2019-11-09 14:01 ` [gentoo-dev] " Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox