diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-22 15:14:34 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-22 15:14:34 +0000 |
commit | 6eefee6ef94a244c8d22797fccd6337ef2e1d353 (patch) | |
tree | 138b2e24a5222b53ef8d065bb365458d65d34a3c /sys-boot/grub | |
parent | sys-boot/grub: Stabilize 2.06-r6 arm, #903704 (diff) | |
download | gentoo-6eefee6ef94a244c8d22797fccd6337ef2e1d353.tar.gz gentoo-6eefee6ef94a244c8d22797fccd6337ef2e1d353.tar.bz2 gentoo-6eefee6ef94a244c8d22797fccd6337ef2e1d353.zip |
sys-boot/grub: Stabilize 2.06-r6 arm64, #903704
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-2.06-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.06-r6.ebuild b/sys-boot/grub/grub-2.06-r6.ebuild index f3ee7bb56b99..b8c73c30435a 100644 --- a/sys-boot/grub/grub-2.06-r6.ebuild +++ b/sys-boot/grub/grub-2.06-r6.ebuild @@ -46,7 +46,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~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" |