diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-05-29 00:13:33 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-05-29 00:13:33 +0000 |
commit | 78e7e5d43f3c083874fca434cfe719001b3fbe02 (patch) | |
tree | 816c3b8c355a8fc7fa943c517deef15281cb6626 /sys-devel | |
parent | Really fix objc-gc this time; bug #114359. Also add MIPS patches that Kumba ... (diff) | |
download | gentoo-2-78e7e5d43f3c083874fca434cfe719001b3fbe02.tar.gz gentoo-2-78e7e5d43f3c083874fca434cfe719001b3fbe02.tar.bz2 gentoo-2-78e7e5d43f3c083874fca434cfe719001b3fbe02.zip |
Stable on x86
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 5b1c9f42949c..ae1f688d76c2 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.247 2006/05/26 23:26:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.248 2006/05/29 00:13:33 halcy0n Exp $ + + 29 May 2006; Mark Loeser <halcy0n@gentoo.org> binutils-2.16.1-r2.ebuild: + Stable on x86 26 May 2006; Danny van Dyk <kugelfang@gentoo.org> binutils-2.16.1-r2.ebuild: diff --git a/sys-devel/binutils/binutils-2.16.1-r2.ebuild b/sys-devel/binutils/binutils-2.16.1-r2.ebuild index a99167fd88cb..0182e5d88a1e 100644 --- a/sys-devel/binutils/binutils-2.16.1-r2.ebuild +++ b/sys-devel/binutils/binutils-2.16.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r2.ebuild,v 1.6 2006/05/26 23:26:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r2.ebuild,v 1.7 2006/05/29 00:13:33 halcy0n Exp $ PATCHVER="1.9" UCLIBC_PATCHVER="1.1" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" |