From 7be9a6f3b92ab3985d5264e364dcbdede64419d6 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Wed, 21 May 2014 20:39:21 +0000 Subject: Revert libintl change. It turns out we need to depend on gettext anyways, so this change is pointless. --- eclass/ChangeLog | 6 +++++- eclass/toolchain.eclass | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6e9acb0c94f7..12c1b7d4d19b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1259 2014/05/20 10:41:23 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1260 2014/05/21 20:39:20 rhill Exp $ + + 21 May 2014; Ryan Hill toolchain.eclass: + Revert libintl change. It turns out we need to depend on gettext anyways, so + this change is pointless. 20 May 2014; Ryan Hill toolchain.eclass: Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 and 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 @@ -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" -- cgit v1.2.3-65-gdbad