diff options
author | 2011-09-19 01:44:26 +0000 | |
---|---|---|
committer | 2011-09-19 01:44:26 +0000 | |
commit | de77021bffaf536ab47ed7ea1a6eddf93849420c (patch) | |
tree | 5e0846149d99c72235b8e9f2242d7cdad32e8865 /sys-devel | |
parent | Simplify deps a little more, and require static-libs with lvm2 #383417 by Ber... (diff) | |
download | gentoo-2-de77021bffaf536ab47ed7ea1a6eddf93849420c.tar.gz gentoo-2-de77021bffaf536ab47ed7ea1a6eddf93849420c.tar.bz2 gentoo-2-de77021bffaf536ab47ed7ea1a6eddf93849420c.zip |
Fix up most test failures #379105.
(Portage version: 2.2.0_alpha58/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.21.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 269a94642afd..89f7c7270259 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # 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.421 2011/09/18 05:34:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.422 2011/09/19 01:44:26 vapier Exp $ + + 19 Sep 2011; Mike Frysinger <vapier@gentoo.org> binutils-2.21.1-r1.ebuild: + Fix up most test failures #379105. 18 Sep 2011; Mike Frysinger <vapier@gentoo.org> binutils-2.18-r3.ebuild, binutils-2.18-r4.ebuild, binutils-2.19.1-r1.ebuild, diff --git a/sys-devel/binutils/binutils-2.21.1-r1.ebuild b/sys-devel/binutils/binutils-2.21.1-r1.ebuild index 7568466bb630..1ba1d06f6b44 100644 --- a/sys-devel/binutils/binutils-2.21.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.21.1-r1.ebuild @@ -1,8 +1,8 @@ # 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.3 2011/09/18 05:34:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.1-r1.ebuild,v 1.4 2011/09/19 01:44:26 vapier Exp $ -PATCHVER="1.1" +PATCHVER="1.2" ELF2FLT_VER="" inherit toolchain-binutils |