diff options
author | Sam James <sam@gentoo.org> | 2024-09-05 13:11:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-05 13:11:00 +0100 |
commit | c79fe91e4cd6583fcef38505133e33427db8cb79 (patch) | |
tree | 6736a8d3bde9eedebcbf35fc4240ff7139b57394 /sys-boot/gnu-efi | |
parent | sys-boot/gnu-efi: Stabilize 3.0.18-r3 arm64, #939093 (diff) | |
download | gentoo-c79fe91e4cd6583fcef38505133e33427db8cb79.tar.gz gentoo-c79fe91e4cd6583fcef38505133e33427db8cb79.tar.bz2 gentoo-c79fe91e4cd6583fcef38505133e33427db8cb79.zip |
sys-boot/gnu-efi: Stabilize 3.0.18-r3 x86, #939093
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/gnu-efi')
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0.18-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.18-r3.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.18-r3.ebuild index bc84061d280a..c1d6fb24511e 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.18-r3.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.18-r3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://downloads.sourceforge.net/gnu-efi/${P}.tar.bz2" # - GPL-2+ : setjmp_ia32.S LICENSE="GPL-2+ BSD BSD-2" SLOT="0" -KEYWORDS="-* ~amd64 ~arm arm64 ~ia64 ~riscv ~x86" +KEYWORDS="-* ~amd64 ~arm arm64 ~ia64 ~riscv x86" IUSE="abi_x86_32 abi_x86_64 custom-cflags" REQUIRED_USE=" amd64? ( || ( abi_x86_32 abi_x86_64 ) ) |