diff options
author | 2020-09-30 11:40:36 -0700 | |
---|---|---|
committer | 2020-09-30 11:40:51 -0700 | |
commit | 5ac76d969d40f0e0b24cebe907ed56e8a5443f55 (patch) | |
tree | 288344a412a2cd205d37466ff93f58d461d581d6 /sys-boot | |
parent | x11-drivers/nvidia-drivers: Fix more sub-SLOTs (diff) | |
download | gentoo-5ac76d969d40f0e0b24cebe907ed56e8a5443f55.tar.gz gentoo-5ac76d969d40f0e0b24cebe907ed56e8a5443f55.tar.bz2 gentoo-5ac76d969d40f0e0b24cebe907ed56e8a5443f55.zip |
sys-boot/grub: Stabilize 2.05_alpha20200310 sparc
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.05_alpha20200310.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.05_alpha20200310.ebuild b/sys-boot/grub/grub-2.05_alpha20200310.ebuild index 72d09292ff8d..10b297a9471a 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310.ebuild @@ -22,7 +22,7 @@ inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchai if [[ ${PV} != 9999 ]]; then SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~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" |