diff options
author | 2014-05-21 21:30:26 +0000 | |
---|---|---|
committer | 2014-05-21 21:30:26 +0000 | |
commit | 1de23cc1c2974f8428abe78133be61a69f742c97 (patch) | |
tree | 44310ae367c30c9ea1593bc369c1712e70aee2ef /eclass/toolchain.eclass | |
parent | Update pypi identifier in HOMEPAGE and <upstream> metadata tag. Thanks to Mar... (diff) | |
download | historical-1de23cc1c2974f8428abe78133be61a69f742c97.tar.gz historical-1de23cc1c2974f8428abe78133be61a69f742c97.tar.bz2 historical-1de23cc1c2974f8428abe78133be61a69f742c97.zip |
Bug #499774, take 2.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
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 |