diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-05 21:47:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-05 21:47:37 +0200 |
commit | a08e68bd1884ec31ca3d67b47ec93fa199f91558 (patch) | |
tree | 2e25f8ff3c8269e1508ed0fd0ab17f839220a597 /sys-firmware/seabios | |
parent | sys-firmware/seabios-bin: Stabilize 1.16.0 amd64, #883695 (diff) | |
download | gentoo-a08e68bd1884ec31ca3d67b47ec93fa199f91558.tar.gz gentoo-a08e68bd1884ec31ca3d67b47ec93fa199f91558.tar.bz2 gentoo-a08e68bd1884ec31ca3d67b47ec93fa199f91558.zip |
sys-firmware/seabios: Stabilize 1.16.0 amd64, #883695
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-firmware/seabios')
-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 dfc37a26ab55..b4829aafcfdc 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" |