diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-03-12 12:09:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-03-12 12:09:55 +0000 |
commit | bb15aef4752a68868709f7da349dcdc16baa2c65 (patch) | |
tree | 4f3d8c2c4c4a4ceb959acfdae6687af53bc44787 /sys-devel | |
parent | Update libstdc++ version check to exclude 64-bits builds on Leopard, dtrace i... (diff) | |
download | gentoo-2-bb15aef4752a68868709f7da349dcdc16baa2c65.tar.gz gentoo-2-bb15aef4752a68868709f7da349dcdc16baa2c65.tar.bz2 gentoo-2-bb15aef4752a68868709f7da349dcdc16baa2c65.zip |
*$!*, forgot about PowerPC users which are still supported with Leopard
(Portage version: 2.2.00.15754-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild index 8a0739b22060..cfa81c699372 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild,v 1.5 2010/03/12 12:06:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild,v 1.6 2010/03/12 12:09:55 grobian Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-${APPLE LICENSE="GPL-2" case ${CHOST} in - *-darwin1*|i?86-*darwin9) + *-darwin1*|i?86-*-darwin9|powerpc-*-darwin9) LIBSTDCXX_APPLE_VERSION=39 ;; *) diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild index b32519489d4c..f3256ab67630 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.4 2010/03/12 12:06:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.5 2010/03/12 12:09:55 grobian Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-${APPLE LICENSE="GPL-2 GPL-3" case ${CHOST} in - *-darwin1*|i?86-*darwin9) + *-darwin1*|i?86-*-darwin9|powerpc-*-darwin9) LIBSTDCXX_APPLE_VERSION=39 ;; *) |