diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 16:51:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 16:51:35 +0000 |
commit | 967b7607fea45c14f6452ba39ba136694c9aeb2a (patch) | |
tree | 7de67d4b9c948f17a485d93565412576e24e5c26 /sys-libs/libstdc++-v3 | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-967b7607fea45c14f6452ba39ba136694c9aeb2a.tar.gz gentoo-2-967b7607fea45c14f6452ba39ba136694c9aeb2a.tar.bz2 gentoo-2-967b7607fea45c14f6452ba39ba136694c9aeb2a.zip |
Stable for ppc, wrt bug #452614
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index c0cc989c4d46..c09873f01f3a 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libstdc++-v3 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.68 2013/08/26 00:22:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.69 2013/08/26 16:51:35 ago Exp $ + + 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild: + Stable for ppc, wrt bug #452614 26 Aug 2013; Jeroen Roovers <jer@gentoo.org> libstdc++-v3-3.3.6-r1.ebuild: Stable for HPPA (bug #452614). diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild index 0023110391cc..451bc2f25513 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.5 2013/08/26 00:22:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.6 2013/08/26 16:51:35 ago Exp $ inherit eutils flag-o-matic libtool multilib @@ -116,7 +116,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~arm hppa ~mips ~ppc -ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm hppa ~mips ppc -ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="multilib nls" S=${WORKDIR}/gcc-${PV} |