diff options
author | Ryan Hill <rhill@gentoo.org> | 2014-05-21 20:39:21 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2014-05-21 20:39:21 +0000 |
commit | f68e3e6a140e98e5e4a2c013f3b189bf7170fd0a (patch) | |
tree | 0aada59ef3ddcc3c663edc26ec3e6ac5191499de /eclass/toolchain.eclass | |
parent | Version bump. Bug #510048 (diff) | |
download | historical-f68e3e6a140e98e5e4a2c013f3b189bf7170fd0a.tar.gz historical-f68e3e6a140e98e5e4a2c013f3b189bf7170fd0a.tar.bz2 historical-f68e3e6a140e98e5e4a2c013f3b189bf7170fd0a.zip |
Revert libintl change. It turns out we need to depend on gettext anyways, so
this change is pointless.
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 98fa117bcd54..62a1f32bde84 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.628 2014/05/20 10:41:23 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.629 2014/05/21 20:39:21 rhill Exp $ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -148,7 +148,7 @@ fi #---->> DEPEND <<---- RDEPEND="sys-libs/zlib - nls? ( virtual/libintl )" + nls? ( sys-devel/gettext )" tc_version_is_at_least 3 && RDEPEND+=" virtual/libiconv" |