summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2014-05-21 21:30:26 +0000
committerRyan Hill <rhill@gentoo.org>2014-05-21 21:30:26 +0000
commit9ce0d6dcf7df300a28d474c8dd4b81512f37b94d (patch)
tree630c155a5a1998c2b1cd9125d364888349af7e95 /eclass/toolchain.eclass
parentUpdate pypi identifier in HOMEPAGE and <upstream> metadata tag. Thanks to Mar... (diff)
downloadgentoo-2-9ce0d6dcf7df300a28d474c8dd4b81512f37b94d.tar.gz
gentoo-2-9ce0d6dcf7df300a28d474c8dd4b81512f37b94d.tar.bz2
gentoo-2-9ce0d6dcf7df300a28d474c8dd4b81512f37b94d.zip
Bug #499774, take 2.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 62a1f32bde84..078470c4e687 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.629 2014/05/21 20:39:21 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.630 2014/05/21 21:30:26 rhill Exp $
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -148,7 +148,7 @@ fi
#---->> DEPEND <<----
RDEPEND="sys-libs/zlib
- nls? ( sys-devel/gettext )"
+ nls? ( virtual/libintl )"
tc_version_is_at_least 3 && RDEPEND+=" virtual/libiconv"
@@ -182,6 +182,7 @@ fi
DEPEND="${RDEPEND}
>=sys-devel/bison-1.875
>=sys-devel/flex-2.5.4
+ nls? ( sys-devel/gettext )
regression-test? (
>=dev-util/dejagnu-1.4.4
>=sys-devel/autogen-5.5.4