diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-21 13:11:23 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-21 13:11:23 +0000 |
commit | 847add601a595beb423c20462e66e397dec41594 (patch) | |
tree | 44334214ac5344c147e23e46feb69bb5431bd96c /sys-boot | |
parent | sys-auth/elogind: Stabilize 252.9-r2 sparc, #923258 (diff) | |
download | gentoo-847add601a595beb423c20462e66e397dec41594.tar.gz gentoo-847add601a595beb423c20462e66e397dec41594.tar.bz2 gentoo-847add601a595beb423c20462e66e397dec41594.zip |
sys-boot/grub: Stabilize 2.12-r5 ppc64, #939542
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.12-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.12-r5.ebuild b/sys-boot/grub/grub-2.12-r5.ebuild index 3c857ee0b249..a6f2a8896ff7 100644 --- a/sys-boot/grub/grub-2.12-r5.ebuild +++ b/sys-boot/grub/grub-2.12-r5.ebuild @@ -52,7 +52,7 @@ if [[ ${PV} != 9999 ]]; then S=${WORKDIR}/${P%_*} fi BDEPEND="verify-sig? ( sec-keys/openpgp-keys-danielkiper )" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" else inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git" |