diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-10-19 08:10:00 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-10-19 08:10:00 +0000 |
commit | 246f6a41cfe9f0856d1bc87b9f0b81f4975e9013 (patch) | |
tree | 31ee21575c996ab0bffc666bbd9eb97935b0dd94 /sys-devel | |
parent | varnish - Varnish is an HTTP accelerator. aka a better squid (diff) | |
download | gentoo-2-246f6a41cfe9f0856d1bc87b9f0b81f4975e9013.tar.gz gentoo-2-246f6a41cfe9f0856d1bc87b9f0b81f4975e9013.tar.bz2 gentoo-2-246f6a41cfe9f0856d1bc87b9f0b81f4975e9013.zip |
Marked ppc
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 1790cc4fb50f..3f11496627fd 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.268 2006/10/17 23:55:26 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.269 2006/10/19 08:10:00 lu_zero Exp $ + + 19 Oct 2006; Luca Barbato <lu_zero@gentoo.org> binutils-2.17.ebuild: + Marked ppc 17 Oct 2006; Roy Marples <uberlord@gentoo.org> binutils-2.17.ebuild: Added ~sparc-fbsd keyword. diff --git a/sys-devel/binutils/binutils-2.17.ebuild b/sys-devel/binutils/binutils-2.17.ebuild index c2230f5e8670..e96b98f4ca30 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 # 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.12 2006/10/17 23:55:26 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.ebuild,v 1.13 2006/10/19 08:10:00 lu_zero Exp $ PATCHVER="1.1" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="-* ~amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |