diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-14 11:41:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-14 11:41:13 +0000 |
commit | b13e102b2db5debd3920e741ab1f7f6f443ba0cd (patch) | |
tree | 01895abf2975e8026f8b17bb96c094be0a973cc9 /sys-devel | |
parent | version bump to 1.6.14, add the Makefile to files/ instead of creating a patc... (diff) | |
download | gentoo-2-b13e102b2db5debd3920e741ab1f7f6f443ba0cd.tar.gz gentoo-2-b13e102b2db5debd3920e741ab1f7f6f443ba0cd.tar.bz2 gentoo-2-b13e102b2db5debd3920e741ab1f7f6f443ba0cd.zip |
Add strip fixes from upstream for #183725 by Harald van Dijk and #257783 by Alexey Shvetsov and Raúl Porcel.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.1-r1.ebuild | 9 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 4a650a959fce..9b52f993f781 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.351 2009/03/10 21:26:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.352 2009/03/14 11:41:13 vapier Exp $ + +*binutils-2.19.1-r1 (14 Mar 2009) + + 14 Mar 2009; Mike Frysinger <vapier@gentoo.org> + +binutils-2.19.1-r1.ebuild: + Add strip fixes from upstream for #183725 by Harald van Dijk and #257783 + by Alexey Shvetsov and Raúl Porcel. *binutils-2.19.51.0.3 (10 Mar 2009) diff --git a/sys-devel/binutils/binutils-2.19.1-r1.ebuild b/sys-devel/binutils/binutils-2.19.1-r1.ebuild new file mode 100644 index 000000000000..b0a613aac78e --- /dev/null +++ b/sys-devel/binutils/binutils-2.19.1-r1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.1-r1.ebuild,v 1.1 2009/03/14 11:41:13 vapier Exp $ + +PATCHVER="1.1" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |