summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-06-03 02:55:18 +0000
committerMike Frysinger <vapier@gentoo.org>2014-06-03 02:55:18 +0000
commit6f88491135ebb33b98eb29c4186f6172ec8a0aed (patch)
tree301c992abd938ea2cfcebcf266e18e4b7504b72b /sys-devel/binutils
parentUndo accidental commit to old patch (diff)
downloadgentoo-2-6f88491135ebb33b98eb29c4186f6172ec8a0aed.tar.gz
gentoo-2-6f88491135ebb33b98eb29c4186f6172ec8a0aed.tar.bz2
gentoo-2-6f88491135ebb33b98eb29c4186f6172ec8a0aed.zip
Fix from upstream for relax on alpha #366025 by Matt Turner. Fix from upstream for as-needed on hppa #466924 by Jeroen Roovers.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r--sys-devel/binutils/ChangeLog8
-rw-r--r--sys-devel/binutils/binutils-2.24-r3.ebuild9
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index 216a3e7b3127..ce31c0ac502d 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.513 2014/02/01 05:48:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.514 2014/06/03 02:55:18 vapier Exp $
+
+*binutils-2.24-r3 (03 Jun 2014)
+
+ 03 Jun 2014; Mike Frysinger <vapier@gentoo.org> +binutils-2.24-r3.ebuild:
+ Fix from upstream for relax on alpha #366025 by Matt Turner. Fix from
+ upstream for as-needed on hppa #466924 by Jeroen Roovers.
*binutils-2.24.51.0.3 (01 Feb 2014)
diff --git a/sys-devel/binutils/binutils-2.24-r3.ebuild b/sys-devel/binutils/binutils-2.24-r3.ebuild
new file mode 100644
index 000000000000..bf5037ae2b91
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.24-r3.ebuild
@@ -0,0 +1,9 @@
+# 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-r3.ebuild,v 1.1 2014/06/03 02:55:18 vapier Exp $
+
+PATCHVER="1.4"
+ELF2FLT_VER=""
+inherit toolchain-binutils
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd"