diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-22 13:31:26 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-22 13:31:26 +0000 |
commit | ba622f1c0c0d4fbd6edd6c00e71f484ac7603b4c (patch) | |
tree | 814be490d59091bb70410c3879b6ba961100d13a /sys-devel | |
parent | x11-themes/larry-backgrounds: Fix symlink (diff) | |
download | gentoo-2-ba622f1c0c0d4fbd6edd6c00e71f484ac7603b4c.tar.gz gentoo-2-ba622f1c0c0d4fbd6edd6c00e71f484ac7603b4c.tar.bz2 gentoo-2-ba622f1c0c0d4fbd6edd6c00e71f484ac7603b4c.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #378485. The test suite has gained a failure, but the package was deemed functional.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.21.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index c877ca1f241e..62cfd0f7b48f 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.418 2011/08/22 02:47:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.419 2011/08/22 13:31:26 chainsaw Exp $ + + 22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> binutils-2.21.1.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in bug #378485. The test suite has gained a failure, + but the package was deemed functional. *binutils-2.21.1-r1 (22 Aug 2011) diff --git a/sys-devel/binutils/binutils-2.21.1.ebuild b/sys-devel/binutils/binutils-2.21.1.ebuild index b099eb40f2c4..8866e754af61 100644 --- a/sys-devel/binutils/binutils-2.21.1.ebuild +++ b/sys-devel/binutils/binutils-2.21.1.ebuild @@ -1,9 +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.ebuild,v 1.1 2011/06/28 02:23:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.1.ebuild,v 1.2 2011/08/22 13:31:26 chainsaw Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" |