diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:25:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:25:41 +0000 |
commit | 108a1395dcdc5f96d1af7201ab9d680fff805afe (patch) | |
tree | 5b9ababd63a1daed8f504010818c472e652c2326 /sys-freebsd/boot0/boot0-9.0.ebuild | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-108a1395dcdc5f96d1af7201ab9d680fff805afe.tar.gz gentoo-2-108a1395dcdc5f96d1af7201ab9d680fff805afe.tar.bz2 gentoo-2-108a1395dcdc5f96d1af7201ab9d680fff805afe.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/boot0/boot0-9.0.ebuild')
-rw-r--r-- | sys-freebsd/boot0/boot0-9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/boot0/boot0-9.0.ebuild b/sys-freebsd/boot0/boot0-9.0.ebuild index c662666c64e3..9c316cb39d33 100644 --- a/sys-freebsd/boot0/boot0-9.0.ebuild +++ b/sys-freebsd/boot0/boot0-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.2 2012/04/25 16:18:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.3 2012/04/26 14:25:41 aballier Exp $ EAPI=2 @@ -8,7 +8,7 @@ inherit bsdmk freebsd flag-o-matic DESCRIPTION="FreeBSD's bootloader" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="bzip2 ieee1394 tftp zfs" |