Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/
Date: Wed, 09 Feb 2022 05:52:28
Message-Id: 1644385897.5b1d3e4b6d497dfab68feca28df8e0dcfdef9abe.dlan@gentoo
1 commit: 5b1d3e4b6d497dfab68feca28df8e0dcfdef9abe
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 05:51:37 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 05:51:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1d3e4b
7
8 sys-boot/gnu-efi: keyword ~riscv
9
10 tested on unmatched board
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 sys-boot/gnu-efi/gnu-efi-3.0.14.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.14.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.14.ebuild
19 index 44b683ddf6bf..76d4ef4d4221 100644
20 --- a/sys-boot/gnu-efi/gnu-efi-3.0.14.ebuild
21 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.14.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2004-2021 Gentoo Authors
24 +# Copyright 2004-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
29 # - GPL-2+ : setjmp_ia32.S
30 LICENSE="GPL-2+ BSD BSD-2"
31 SLOT="0"
32 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~x86"
33 +KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~riscv ~x86"
34 IUSE="abi_x86_32 abi_x86_64 custom-cflags"
35
36 # These objects get run early boot (i.e. not inside of Linux),
37 @@ -38,6 +38,7 @@ efimake() {
38 aarch64*) arch=aarch64 ;;
39 ia64*) arch=ia64 ;;
40 i?86*) arch=ia32 ;;
41 + riscv64*) arch=riscv64;;
42 x86_64*) arch=x86_64 ;;
43 *) die "Unknown CHOST" ;;
44 esac