summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-09-16 11:29:54 +0200
committerMarek Szuba <marecki@gentoo.org>2021-09-16 14:32:11 +0200
commit2154fad36d773b2fa5a8c11a0ed1977157657557 (patch)
tree0e2d1aea0122c4a60ce19391f96564bb0bc63175 /sys-boot
parentsys-kernel/dracut: keyword 055-r3 for ~riscv (diff)
downloadgentoo-2154fad36d773b2fa5a8c11a0ed1977157657557.tar.gz
gentoo-2154fad36d773b2fa5a8c11a0ed1977157657557.tar.bz2
gentoo-2154fad36d773b2fa5a8c11a0ed1977157657557.zip
sys-boot/grub: keyword 2.06-r1 for ~riscv
Only tested with GRUB_PLATFORMS=efi-64, as this will likely be the main (if not only) GRUB-supported platform on this arch. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/grub-2.06-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.06-r1.ebuild b/sys-boot/grub/grub-2.06-r1.ebuild
index 932676d67fd8..d80b215cc471 100644
--- a/sys-boot/grub/grub-2.06-r1.ebuild
+++ b/sys-boot/grub/grub-2.06-r1.ebuild
@@ -44,7 +44,7 @@ if [[ ${PV} != 9999 ]]; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
S=${WORKDIR}/${P%_*}
fi
- KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 sparc x86"
+ KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"