diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-04 16:06:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-04 17:25:36 -0500 |
commit | 984385bb648fc3679c0696647ee7d7811f5288e4 (patch) | |
tree | 235ae6ebca91c0d83cdcb1835ea4931e4bf9ef00 /sys-firmware/sgabios | |
parent | sys-firmware/seabios: fix binary logic #570876#7 (diff) | |
download | gentoo-984385bb648fc3679c0696647ee7d7811f5288e4.tar.gz gentoo-984385bb648fc3679c0696647ee7d7811f5288e4.tar.bz2 gentoo-984385bb648fc3679c0696647ee7d7811f5288e4.zip |
sys-firmware/sgabios: add keywords for everyone #570876
We only permit building from source for x86 arches. Allowing
all arches to install these binaries is straight forward.
Diffstat (limited to 'sys-firmware/sgabios')
-rw-r--r-- | sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild index b79c9354de3b..f4b6bdbe1aef 100644 --- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild +++ b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" src_prepare() { |