diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-03-13 16:15:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-03-13 16:15:08 +0000 |
commit | bec6422bcec58c8fa7198fb8bb416a2b805c8bde (patch) | |
tree | ac82bb78b1c06d0ea189b3ec27ef0199842d6818 /sys-libs/libstdc++-v3 | |
parent | install logio module; include dbi module in config (diff) | |
download | gentoo-2-bec6422bcec58c8fa7198fb8bb416a2b805c8bde.tar.gz gentoo-2-bec6422bcec58c8fa7198fb8bb416a2b805c8bde.tar.bz2 gentoo-2-bec6422bcec58c8fa7198fb8bb416a2b805c8bde.zip |
Mark this package -ppc64. Does not build with gcc-4 on ppc64. ppc64 moved to sys-libs/libstdc++-v3-bin. Bug #213286
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | 6 |
4 files changed, 17 insertions, 11 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index 3fe1849a0664..2abc40a23e0d 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/libstdc++-v3 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.50 2007/04/24 14:49:31 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.51 2008/03/13 16:15:08 corsair Exp $ + + 13 Mar 2008; Markus Rothe <corsair@gentoo.org> + libstdc++-v3-3.3.3-r1.ebuild, libstdc++-v3-3.3.4.ebuild, + libstdc++-v3-3.3.6.ebuild: + Mark this package -ppc64. Does not build with gcc-4 on ppc64. ppc64 moved to + sys-libs/libstdc++-v3-bin. Bug #213286 24 Apr 2007; Raúl Porcel <armin76@gentoo.org> libstdc++-v3-3.3.6.ebuild: x86 stable diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild index 051c250c85fe..596ffd48e43f 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.3-r1.ebuild,v 1.41 2007/07/15 02:08:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.42 2008/03/13 16:15:08 corsair Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -119,7 +119,7 @@ HOMEPAGE="http://gcc.gnu.org/libstdc++/" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="amd64 ~x86 mips ppc64 ppc ~sparc" +KEYWORDS="amd64 mips ppc -ppc64 ~sparc ~x86" IUSE="nls nptl uclibc build" # 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild index bbca6c050bd7..4b49a94316ee 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.4.ebuild,v 1.24 2007/07/15 02:08:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.25 2008/03/13 16:15:08 corsair Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -125,7 +125,7 @@ HOMEPAGE="http://gcc.gnu.org/libstdc++/" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="amd64 mips ppc ppc64 ~sparc x86" +KEYWORDS="amd64 mips ppc -ppc64 ~sparc x86" IUSE="multilib nls nptl build" # 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild index 5fe9a2f75114..5d28af40d3d9 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.ebuild,v 1.14 2007/07/15 02:08:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.15 2008/03/13 16:15:08 corsair Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -125,7 +125,7 @@ HOMEPAGE="http://gcc.gnu.org/libstdc++/" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls nptl build" # 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 |