diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-09-26 18:18:01 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-09-26 18:18:01 +0000 |
commit | 7f8d693c13fcd7001075c207f36a0515be565cca (patch) | |
tree | 22b17536ade0e8a0d2e81a9f50f859cdd8a69c1d /sys-devel | |
parent | Automatically skip tests that require USE=debug #286173 by Alexis Ballier. (diff) | |
download | historical-7f8d693c13fcd7001075c207f36a0515be565cca.tar.gz historical-7f8d693c13fcd7001075c207f36a0515be565cca.tar.bz2 historical-7f8d693c13fcd7001075c207f36a0515be565cca.zip |
sync with Prefix tree
Package-Manager: portage-2.2.00.14411-prefix/cvs/Darwin powerpc
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-962.ebuild | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild index ea6ac062d50f..bcf4abe47b95 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.0.1_p5493.ebuild,v 1.1 2009/06/21 10:27:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild,v 1.2 2009/09/26 18:15:18 grobian Exp $ ETYPE="gcc-compiler" @@ -19,7 +19,7 @@ else SLOT="40" fi -KEYWORDS="~ppc-macos ~x86-macos" +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" IUSE="nls objc objc++ nocxx" diff --git a/sys-devel/gdb-apple/gdb-apple-962.ebuild b/sys-devel/gdb-apple/gdb-apple-962.ebuild index bbfdcb7d3f7c..d3cd80a6531e 100644 --- a/sys-devel/gdb-apple/gdb-apple-962.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-962.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-962.ebuild,v 1.1 2009/06/21 10:38:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-962.ebuild,v 1.2 2009/09/26 18:18:01 grobian Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.t LICENSE="APSL-2 GPL-2" SLOT="0" -KEYWORDS="~ppc-macos ~x86-macos" +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos" IUSE="nls" @@ -29,6 +29,8 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-768-texinfo.patch epatch "${FILESDIR}"/${PN}-768-darwin-arch.patch epatch "${FILESDIR}"/${PN}-962-darwin8.patch + epatch "${FILESDIR}"/${PN}-962-darwin64.patch + epatch "${FILESDIR}"/${PN}-962-demangle.patch # for FSF gcc / gcc-apple:42 sed -e 's/-Wno-long-double//' -i gdb/config/*/macosx.mh |