diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 20:49:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 20:49:59 +0200 |
commit | f063490ee2e8effd36211d6c37456eb86faedf17 (patch) | |
tree | b52f62e7d8d2cc4ee4faa26c252ee2c639a43be7 /sys-firmware | |
parent | sys-power/iasl: Stabilize 20200717 arm64, #883695 (diff) | |
download | gentoo-f063490ee2e8effd36211d6c37456eb86faedf17.tar.gz gentoo-f063490ee2e8effd36211d6c37456eb86faedf17.tar.bz2 gentoo-f063490ee2e8effd36211d6c37456eb86faedf17.zip |
sys-firmware/seabios: Stabilize 1.16.0 arm64, #883695
Signed-off-by: Arthur Zamarin <arthurzam@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 334ee81327e0..b7ec0a29b780 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" |