diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-26 18:03:16 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-26 22:26:22 -0500 |
commit | 15e6691e58a3cce09189c38671b6f9db3b8fa659 (patch) | |
tree | 08487e48fd0257c7c26d4507c91f4b90ea924287 /sys-firmware | |
parent | app-emulation/qemu: --disable-blobs for user builds, not for softmmu (diff) | |
download | gentoo-15e6691e58a3cce09189c38671b6f9db3b8fa659.tar.gz gentoo-15e6691e58a3cce09189c38671b6f9db3b8fa659.tar.bz2 gentoo-15e6691e58a3cce09189c38671b6f9db3b8fa659.zip |
sys-firmware/seabios: keyword 1.16.0
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.16.0.ebuild b/sys-firmware/seabios/seabios-1.16.0.ebuild index 4ba443b19f0b..2948596f640b 100644 --- a/sys-firmware/seabios/seabios-1.16.0.ebuild +++ b/sys-firmware/seabios/seabios-1.16.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* || -n "${EGIT_COMMIT}" ]] ; then inherit git-r3 else SRC_URI="https://www.seabios.org/downloads/${P}.tar.gz" - #KEYWORDS="~alpha ~amd64 ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" |