diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 04:47:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 04:47:02 +0000 |
commit | f7ad42ac83b6261d893926679e622798c56a463b (patch) | |
tree | 2991352f98117b08925a1b31e4315bddc8335039 /sys-devel | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-f7ad42ac83b6261d893926679e622798c56a463b.tar.gz gentoo-2-f7ad42ac83b6261d893926679e622798c56a463b.tar.bz2 gentoo-2-f7ad42ac83b6261d893926679e622798c56a463b.zip |
Add fix from upstream for --as-needed handling #497976 by Lars Wendler.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.24-r2.ebuild (renamed from sys-devel/binutils/binutils-2.24-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 7e7bcb69dbfe..c6653befd675 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.510 2014/01/17 03:15:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.511 2014/01/19 04:47:02 vapier Exp $ + +*binutils-2.24-r2 (19 Jan 2014) + + 19 Jan 2014; Mike Frysinger <vapier@gentoo.org> +binutils-2.24-r2.ebuild, + -binutils-2.24-r1.ebuild: + Add fix from upstream for --as-needed handling #497976 by Lars Wendler. 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> binutils-2.23.2.ebuild, binutils-2.24-r1.ebuild: diff --git a/sys-devel/binutils/binutils-2.24-r1.ebuild b/sys-devel/binutils/binutils-2.24-r2.ebuild index 2e5085f98c6e..1e8bbeeca0ff 100644 --- a/sys-devel/binutils/binutils-2.24-r1.ebuild +++ b/sys-devel/binutils/binutils-2.24-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r1.ebuild,v 1.3 2014/01/17 03:15:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r2.ebuild,v 1.1 2014/01/19 04:47:02 vapier Exp $ -PATCHVER="1.2" +PATCHVER="1.3" ELF2FLT_VER="" inherit toolchain-binutils |