diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-27 09:14:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-27 09:14:54 +0000 |
commit | c0b2c7bf768b9248f026fdc2652ba509f533601f (patch) | |
tree | 8dfbaba6fae08b1b89ead2d0406227a9755e96d9 /sys-devel | |
parent | only use the new eselect-compiler build style when eselect-compiler is installed (diff) | |
download | gentoo-2-c0b2c7bf768b9248f026fdc2652ba509f533601f.tar.gz gentoo-2-c0b2c7bf768b9248f026fdc2652ba509f533601f.tar.bz2 gentoo-2-c0b2c7bf768b9248f026fdc2652ba509f533601f.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.1_pre1-r2)
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 b6f2c4d795d9..7c4828336d1f 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.255 2006/06/25 12:52:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.256 2006/06/27 09:14:53 flameeyes Exp $ + + 27 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> binutils-2.17.ebuild: + Add ~x86-fbsd keyword. 25 Jun 2006; Markus Rothe <corsair@gentoo.org> binutils-2.17.ebuild: Added ~ppc64 diff --git a/sys-devel/binutils/binutils-2.17.ebuild b/sys-devel/binutils/binutils-2.17.ebuild index 16b5c33da33e..44fdd56d6ae5 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.3 2006/06/27 06:02:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.ebuild,v 1.4 2006/06/27 09:14:54 flameeyes Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" |