diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-08-15 19:56:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-08-15 19:56:17 +0000 |
commit | 633ef0aab9fa64c882ba665ab0b32779bb69d902 (patch) | |
tree | c3feb4892a3b208fc3ac3deb1e21f8e05b1d67b8 /sys-devel/binutils-apple | |
parent | Apply patch from Dane Smith <smithdanea@gmail.com> to respect LDFLAGS and fix... (diff) | |
download | gentoo-2-633ef0aab9fa64c882ba665ab0b32779bb69d902.tar.gz gentoo-2-633ef0aab9fa64c882ba665ab0b32779bb69d902.tar.bz2 gentoo-2-633ef0aab9fa64c882ba665ab0b32779bb69d902.zip |
Revision bump for change in behaviour of ld for Snow Leopard users to fix uncaught exception errors
(Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sys-devel/binutils-apple')
-rw-r--r-- | sys-devel/binutils-apple/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild (renamed from sys-devel/binutils-apple/binutils-apple-3.2.3.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog index a663ee11883f..6656738b1bc0 100644 --- a/sys-devel/binutils-apple/ChangeLog +++ b/sys-devel/binutils-apple/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/binutils-apple # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.13 2010/08/06 20:08:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.14 2010/08/15 19:56:17 grobian Exp $ + +*binutils-apple-3.2.3-r1 (15 Aug 2010) + + 15 Aug 2010; Fabian Groffen <grobian@gentoo.org> + -binutils-apple-3.2.3.ebuild, +binutils-apple-3.2.3-r1.ebuild: + Revision bump for change in behaviour of ld for Snow Leopard users to fix + uncaught exception errors *binutils-apple-3.2.3 (06 Aug 2010) diff --git a/sys-devel/binutils-apple/binutils-apple-3.2.3.ebuild b/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild index d88c184bea1e..2ad3ada383af 100644 --- a/sys-devel/binutils-apple/binutils-apple-3.2.3.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.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/binutils-apple/binutils-apple-3.2.3.ebuild,v 1.1 2010/08/06 20:08:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild,v 1.1 2010/08/15 19:56:17 grobian Exp $ EAPI="3" @@ -11,7 +11,7 @@ RESTRICT="test" # the test suite will test what's installed. LD64=ld64-97.14 CCTOOLS=cctools-782 # http://lists.apple.com/archives/Darwin-dev/2009/Sep/msg00025.html -UNWIND=binutils-apple-3.2-unwind-patches-4 +UNWIND=binutils-apple-3.2-unwind-patches-5 DESCRIPTION="Darwin assembler as(1) and static linker ld(1), Xcode Tools 3.2.3" HOMEPAGE="http://www.opensource.apple.com/darwinsource/" |