summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-01 11:27:32 -0800
committerMatt Turner <mattst88@gentoo.org>2020-03-01 11:28:32 -0800
commitb88479552ab4e2e28ee122fa7efac6193219c386 (patch)
treef8a231a621e64d0dc663395f0753d380a7c764ed
parentxfce-extra/xfce4-clipman-plugin: Bump to 1.4.4 (diff)
downloadgentoo-b8847955.tar.gz
gentoo-b8847955.tar.bz2
gentoo-b8847955.zip
sys-boot/grub-2.05_alpha20200228: add ~sparc
Closes: https://bugs.gentoo.org/667850 Closes: https://bugs.gentoo.org/667852 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sys-boot/grub/grub-2.05_alpha20200228.ebuild2
-rw-r--r--sys-boot/grub/grub-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.05_alpha20200228.ebuild b/sys-boot/grub/grub-2.05_alpha20200228.ebuild
index fa6feb071bb8..5113020cc333 100644
--- a/sys-boot/grub/grub-2.05_alpha20200228.ebuild
+++ b/sys-boot/grub/grub-2.05_alpha20200228.ebuild
@@ -22,7 +22,7 @@ inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-fu
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 11169247dcc1..81eecd9ce3ce 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -30,7 +30,7 @@ if [[ ${PV} != 9999 ]]; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
S=${WORKDIR}/${P%_*}
fi
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"