diff options
author | 2012-07-28 04:00:01 +0000 | |
---|---|---|
committer | 2012-07-28 04:00:01 +0000 | |
commit | b4aaabdd87d0b754c8d4b7273d1f8e4fef161954 (patch) | |
tree | 358e6d01b6d8a84cd9d8a7c638710967031bce88 /sys-devel | |
parent | Version bump wrt #428332 by Michał Górny <mgorny@gentoo.org> (diff) | |
download | gentoo-2-b4aaabdd87d0b754c8d4b7273d1f8e4fef161954.tar.gz gentoo-2-b4aaabdd87d0b754c8d4b7273d1f8e4fef161954.tar.bz2 gentoo-2-b4aaabdd87d0b754c8d4b7273d1f8e4fef161954.zip |
Fix applying of lib32 patch #428366 by Alexandre.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22.90.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 5896a11d4cd8..ea37f71ae12c 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.452 2012/07/27 17:09:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.453 2012/07/28 04:00:01 vapier Exp $ + + 28 Jul 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.22.90.ebuild: + Fix applying of lib32 patch #428366 by Alexandre. *binutils-2.22.90 (27 Jul 2012) diff --git a/sys-devel/binutils/binutils-2.22.90.ebuild b/sys-devel/binutils/binutils-2.22.90.ebuild index 00cbc34e8676..2e455f8faa53 100644 --- a/sys-devel/binutils/binutils-2.22.90.ebuild +++ b/sys-devel/binutils/binutils-2.22.90.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.90.ebuild,v 1.1 2012/07/27 17:09:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.90.ebuild,v 1.2 2012/07/28 04:00:01 vapier Exp $ -PATCHVER="1.0" +PATCHVER="1.1" ELF2FLT_VER="" inherit toolchain-binutils |