diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-05 15:18:13 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-05 15:18:13 +0100 |
commit | e4d4fcbc70083c16825925fde8d2b6856584fe10 (patch) | |
tree | 8f5e1ab0ba3ea7fb69c2ea1470172687d56962a4 /sys-boot | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.213,4.9.213} - rem... (diff) | |
download | gentoo-e4d4fcbc70083c16825925fde8d2b6856584fe10.tar.gz gentoo-e4d4fcbc70083c16825925fde8d2b6856584fe10.tar.bz2 gentoo-e4d4fcbc70083c16825925fde8d2b6856584fe10.zip |
sys-boot/gnu-efi: amd64 stable wrt bug #708222
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.11.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.11.ebuild index 57a9ed662e5b..630ffd46876e 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.11.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2004-2019 Gentoo Authors +# Copyright 2004-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2" # - GPL-2+ : setjmp_ia32.S LICENSE="GPL-2+ BSD BSD-2" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ~x86" IUSE="abi_x86_32 abi_x86_64 custom-cflags" # These objects get run early boot (i.e. not inside of Linux), |