diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-05-31 21:34:50 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-05-31 21:34:50 +0000 |
commit | 13f6c42c328631a98881b5f2e3c15f2269c85c52 (patch) | |
tree | 335e7ec160e4d4d652049b1bb8668f16b2aafef2 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-13f6c42c328631a98881b5f2e3c15f2269c85c52.tar.gz gentoo-2-13f6c42c328631a98881b5f2e3c15f2269c85c52.tar.bz2 gentoo-2-13f6c42c328631a98881b5f2e3c15f2269c85c52.zip |
Marked stable on mips.
(Portage version: 2.1_rc3)
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 ae1f688d76c2..26e5add64149 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.248 2006/05/29 00:13:33 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.249 2006/05/31 21:34:50 kumba Exp $ + + 01 Jun 2006; Joshua Kinard <kumba@gentoo.org> binutils-2.16.1-r2.ebuild: + Marked stable on mips. 29 May 2006; Mark Loeser <halcy0n@gentoo.org> binutils-2.16.1-r2.ebuild: Stable on x86 diff --git a/sys-devel/binutils/binutils-2.16.1-r2.ebuild b/sys-devel/binutils/binutils-2.16.1-r2.ebuild index 0182e5d88a1e..fd26f7be4b97 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.7 2006/05/29 00:13:33 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r2.ebuild,v 1.8 2006/05/31 21:34:50 kumba 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" |