diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-13 23:01:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-13 23:01:14 +0000 |
commit | 2c4abf655ed5f741960a2353e4220edf31d6aad2 (patch) | |
tree | dbdd41d9245e660f8d44a63d22c7ec501e3b7673 /sys-devel | |
parent | Stable on ppc; bug #166246. (diff) | |
download | gentoo-2-2c4abf655ed5f741960a2353e4220edf31d6aad2.tar.gz gentoo-2-2c4abf655ed5f741960a2353e4220edf31d6aad2.tar.bz2 gentoo-2-2c4abf655ed5f741960a2353e4220edf31d6aad2.zip |
Stable on Alpha.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index bf06bbda3a32..fc0c21e0607f 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.281 2007/01/28 22:53:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.282 2007/02/13 23:01:14 kloeri Exp $ + + 13 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> binutils-2.17.ebuild: + Stable on Alpha. *binutils-2.17.50.0.12 (28 Jan 2007) diff --git a/sys-devel/binutils/binutils-2.17.ebuild b/sys-devel/binutils/binutils-2.17.ebuild index 5c4f61a68ebd..4cfdced8d91c 100644 --- a/sys-devel/binutils/binutils-2.17.ebuild +++ b/sys-devel/binutils/binutils-2.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.ebuild,v 1.17 2006/12/18 20:01:56 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.ebuild,v 1.18 2007/02/13 23:01:14 kloeri Exp $ PATCHVER="1.1" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha ~amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="-* alpha ~amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" |