diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 02:47:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 02:47:31 +0000 |
commit | c757f4e257e6f4edb55fa008960d590e7edbdeec (patch) | |
tree | 58503bdae9361754af5d508881ee2c1c75e0d212 /sys-devel/binutils | |
parent | Move old ebuilds to toolchain overlay. (diff) | |
download | gentoo-2-c757f4e257e6f4edb55fa008960d590e7edbdeec.tar.gz gentoo-2-c757f4e257e6f4edb55fa008960d590e7edbdeec.tar.bz2 gentoo-2-c757f4e257e6f4edb55fa008960d590e7edbdeec.zip |
Fix up pax patch due to local variable renames #379321 by Sven Vermeulen.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.21.1-r1.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index dfe0ce7ee9ab..c877ca1f241e 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.417 2011/08/22 02:45:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.418 2011/08/22 02:47:31 vapier Exp $ + +*binutils-2.21.1-r1 (22 Aug 2011) + + 22 Aug 2011; Mike Frysinger <vapier@gentoo.org> +binutils-2.21.1-r1.ebuild: + Fix up pax patch due to local variable renames #379321 by Sven Vermeulen. 22 Aug 2011; Mike Frysinger <vapier@gentoo.org> -binutils-2.21.51.0.1.ebuild, -binutils-2.21.51.0.2.ebuild, -binutils-2.21.51.0.3.ebuild, diff --git a/sys-devel/binutils/binutils-2.21.1-r1.ebuild b/sys-devel/binutils/binutils-2.21.1-r1.ebuild new file mode 100644 index 000000000000..5cc44d290f47 --- /dev/null +++ b/sys-devel/binutils/binutils-2.21.1-r1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.1-r1.ebuild,v 1.1 2011/08/22 02:47:31 vapier Exp $ + +PATCHVER="1.1" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" |