diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-01-09 11:57:33 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-23 16:04:44 +0800 |
commit | df3b003d8498e4d9d642401ed1b318bb573d56f1 (patch) | |
tree | bc519e55d117dd528a15c66d128b746305b92f65 /sys-firmware | |
parent | sys-firmware/seabios: keyword ~riscv (diff) | |
download | gentoo-df3b003d8498e4d9d642401ed1b318bb573d56f1.tar.gz gentoo-df3b003d8498e4d9d642401ed1b318bb573d56f1.tar.bz2 gentoo-df3b003d8498e4d9d642401ed1b318bb573d56f1.zip |
sys-firmware/sgabios: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild index 829c335c7724..bb90104aa076 100644 --- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild +++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="+binary" REQUIRED_USE="!amd64? ( !x86? ( binary ) )" |