summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2014-05-20 07:39:28 +0000
committerRyan Hill <rhill@gentoo.org>2014-05-20 07:39:28 +0000
commitb56fe2fac45ad37050bca40e53b857a15513598a (patch)
tree06253dcb7c7254ce9a8e9ef6a072b80e708bf2b9 /eclass
parentAdd mock to test deps (diff)
downloadgentoo-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')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/toolchain.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 35c564631c2e..336ff4eb40b7 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1257 2014/05/19 05:00:34 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1258 2014/05/20 07:39:28 rhill Exp $
+
+ 20 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass:
+ Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).
19 May 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass:
Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty
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"