diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 02:47:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 10:24:27 +0200 |
commit | 97aeff39358cdfb218062c55429d0f31d503b7a4 (patch) | |
tree | 7477dabb2156f598e01ddb2fdc7018a64290e030 /sys-firmware | |
parent | app-benchmarks/dbench: keyword ~arm64 (diff) | |
download | gentoo-97aeff39358cdfb218062c55429d0f31d503b7a4.tar.gz gentoo-97aeff39358cdfb218062c55429d0f31d503b7a4.tar.bz2 gentoo-97aeff39358cdfb218062c55429d0f31d503b7a4.zip |
sys-firmware/vgabios: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/vgabios/vgabios-0.7a-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild index 5e79b75c7bf4..081c30ad69c8 100644 --- a/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild +++ b/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="binary debug" DEPEND="!binary? ( sys-devel/dev86 )" |