summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-30 08:19:02 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-30 08:19:02 +0000
commitae5ffe20d8b1f9172167b6e42886a084880995b1 (patch)
tree01528681e693ecb3a207f2b188049fac314ff119 /eclass/autotools.eclass
parentApply a patch to set content type method. (diff)
downloadgentoo-2-ae5ffe20d8b1f9172167b6e42886a084880995b1.tar.gz
gentoo-2-ae5ffe20d8b1f9172167b6e42886a084880995b1.tar.bz2
gentoo-2-ae5ffe20d8b1f9172167b6e42886a084880995b1.zip
force people to nicely upgrade to a stable version of gettext to avoid known issues with old versions #496454
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 8e000984c8a0..4a0afc7aab07 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.157 2013/11/30 06:00:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.158 2013/12/30 08:19:02 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -90,7 +90,12 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then
export WANT_LIBTOOL
fi
-AUTOTOOLS_DEPEND="${_automake_atom} ${_autoconf_atom} ${_libtool_atom}"
+# 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}
+ ${_autoconf_atom}
+ ${_libtool_atom}"
RDEPEND=""
# @ECLASS-VARIABLE: AUTOTOOLS_AUTO_DEPEND