diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-13 19:04:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-13 19:04:22 +0000 |
commit | 4c9026bc1a35d3ecbf3c2c1d1a24095404e69b4e (patch) | |
tree | 35df833f7eef6717090c586bead944afa9cce500 /sys-devel/binutils | |
parent | sci-libs/chemkit: Unbundle what is possible to unbundle (diff) | |
download | gentoo-2-4c9026bc1a35d3ecbf3c2c1d1a24095404e69b4e.tar.gz gentoo-2-4c9026bc1a35d3ecbf3c2c1d1a24095404e69b4e.tar.bz2 gentoo-2-4c9026bc1a35d3ecbf3c2c1d1a24095404e69b4e.zip |
Add upstream fix for libdl checks in gold #347931 by Andreas Turriff.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.24-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index f892f64286ed..70b6c2e6aca7 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # 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.507 2014/01/07 04:43:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.508 2014/01/13 19:04:22 vapier Exp $ + + 13 Jan 2014; Mike Frysinger <vapier@gentoo.org> binutils-2.24-r1.ebuild: + Add upstream fix for libdl checks in gold #347931 by Andreas Turriff. *binutils-2.24-r1 (07 Jan 2014) diff --git a/sys-devel/binutils/binutils-2.24-r1.ebuild b/sys-devel/binutils/binutils-2.24-r1.ebuild index cdbd4d91c28a..44f793cb20c3 100644 --- a/sys-devel/binutils/binutils-2.24-r1.ebuild +++ b/sys-devel/binutils/binutils-2.24-r1.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.1 2014/01/07 04:43:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r1.ebuild,v 1.2 2014/01/13 19:04:22 vapier Exp $ -PATCHVER="1.1" +PATCHVER="1.2" ELF2FLT_VER="" inherit toolchain-binutils |