diff options
author | Ryan Hill <rhill@gentoo.org> | 2014-05-20 07:39:28 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2014-05-20 07:39:28 +0000 |
commit | b56fe2fac45ad37050bca40e53b857a15513598a (patch) | |
tree | 06253dcb7c7254ce9a8e9ef6a072b80e708bf2b9 /eclass/toolchain.eclass | |
parent | Add mock to test deps (diff) | |
download | gentoo-2-b56fe2fac45ad37050bca40e53b857a15513598a.tar.gz gentoo-2-b56fe2fac45ad37050bca40e53b857a15513598a.tar.bz2 gentoo-2-b56fe2fac45ad37050bca40e53b857a15513598a.zip |
Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 48798f3afdf2..cd3f1e850732 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.626 2014/05/18 20:28:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.627 2014/05/20 07:39:28 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" |