diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-01 18:16:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-01 18:17:11 -0400 |
commit | e422941c14ea2ff60b0ee4d97ee49aebd982a767 (patch) | |
tree | 2d97d9cd1f8d459856ab57c37aa1735585ae5a7e /sys-boot | |
parent | dev-python/libvirt-python: add 8.7.0 (diff) | |
download | gentoo-e422941c14ea2ff60b0ee4d97ee49aebd982a767.tar.gz gentoo-e422941c14ea2ff60b0ee4d97ee49aebd982a767.tar.bz2 gentoo-e422941c14ea2ff60b0ee4d97ee49aebd982a767.zip |
sys-boot/grub: Stabilize 2.06-r2 ppc64, #850673
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.06-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.06-r2.ebuild b/sys-boot/grub/grub-2.06-r2.ebuild index 21a1fe037104..6373aeeb54b7 100644 --- a/sys-boot/grub/grub-2.06-r2.ebuild +++ b/sys-boot/grub/grub-2.06-r2.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 ~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" |