sys-boot/gnu-efi: Sync with Gentoo

It's from Gentoo commit 2413263f7b277e1b48a9d1699118d35a84290752.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:10:28 +00:00 committed by Krzesimir Nowak
parent 79dd5ca777
commit 19c6951ee2
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2004-2024 Gentoo Authors # Copyright 2004-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -16,7 +16,7 @@ SRC_URI="https://downloads.sourceforge.net/gnu-efi/${P}.tar.bz2"
# - GPL-2+ : setjmp_ia32.S # - GPL-2+ : setjmp_ia32.S
LICENSE="GPL-2+ BSD BSD-2" LICENSE="GPL-2+ BSD BSD-2"
SLOT="0" SLOT="0"
KEYWORDS="-* amd64 arm arm64 ~riscv x86" KEYWORDS="-* amd64 arm arm64 ~loong ~riscv x86"
IUSE="abi_x86_32 abi_x86_64 custom-cflags" IUSE="abi_x86_32 abi_x86_64 custom-cflags"
REQUIRED_USE=" REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) ) amd64? ( || ( abi_x86_32 abi_x86_64 ) )
@ -88,6 +88,7 @@ efimake() {
aarch64*) arch=aarch64 ;; aarch64*) arch=aarch64 ;;
ia64*) arch=ia64 ;; ia64*) arch=ia64 ;;
i?86*) arch=ia32 ;; i?86*) arch=ia32 ;;
loongarch64*) arch=loongarch64 ;;
riscv64*) arch=riscv64;; riscv64*) arch=riscv64;;
x86_64*) arch=x86_64 ;; x86_64*) arch=x86_64 ;;
*) die "Unknown CHOST" ;; *) die "Unknown CHOST" ;;

View File

@ -1,4 +1,4 @@
# Copyright 2004-2024 Gentoo Authors # Copyright 2004-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -16,7 +16,7 @@ SRC_URI="https://github.com/ncroxon/gnu-efi/archive/${PV}.tar.gz -> ${P}.tar.gz"
# - GPL-2+ : setjmp_ia32.S # - GPL-2+ : setjmp_ia32.S
LICENSE="GPL-2+ BSD BSD-2" LICENSE="GPL-2+ BSD BSD-2"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~arm64 ~riscv ~x86" KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
IUSE="abi_x86_32 abi_x86_64 custom-cflags" IUSE="abi_x86_32 abi_x86_64 custom-cflags"
REQUIRED_USE=" REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) ) amd64? ( || ( abi_x86_32 abi_x86_64 ) )
@ -88,6 +88,7 @@ efimake() {
aarch64*) arch=aarch64 ;; aarch64*) arch=aarch64 ;;
ia64*) arch=ia64 ;; ia64*) arch=ia64 ;;
i?86*) arch=ia32 ;; i?86*) arch=ia32 ;;
loongarch64*) arch=loongarch64 ;;
riscv64*) arch=riscv64;; riscv64*) arch=riscv64;;
x86_64*) arch=x86_64 ;; x86_64*) arch=x86_64 ;;
*) die "Unknown CHOST" ;; *) die "Unknown CHOST" ;;

View File

@ -1,4 +1,4 @@
# Copyright 2004-2024 Gentoo Authors # Copyright 2004-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -16,7 +16,7 @@ SRC_URI="https://github.com/ncroxon/gnu-efi/archive/${PV}.tar.gz -> ${P}.tar.gz"
# - GPL-2+ : setjmp_ia32.S # - GPL-2+ : setjmp_ia32.S
LICENSE="GPL-2+ BSD BSD-2" LICENSE="GPL-2+ BSD BSD-2"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64 ~arm ~arm64 ~riscv ~x86" KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
IUSE="abi_x86_32 abi_x86_64 custom-cflags" IUSE="abi_x86_32 abi_x86_64 custom-cflags"
REQUIRED_USE=" REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) ) amd64? ( || ( abi_x86_32 abi_x86_64 ) )
@ -89,6 +89,7 @@ efimake() {
aarch64*) arch=aarch64 ;; aarch64*) arch=aarch64 ;;
ia64*) arch=ia64 ;; ia64*) arch=ia64 ;;
i?86*) arch=ia32 ;; i?86*) arch=ia32 ;;
loongarch64*) arch=loongarch64 ;;
riscv64*) arch=riscv64;; riscv64*) arch=riscv64;;
x86_64*) arch=x86_64 ;; x86_64*) arch=x86_64 ;;
*) die "Unknown CHOST" ;; *) die "Unknown CHOST" ;;