diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-30 12:56:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-30 12:56:08 +0200 |
commit | 42902d08cab199a5b840567a89ace6cec4f942b8 (patch) | |
tree | 0a9792145a160f8325a85463348ea1f5cb392751 /sys-boot/grub | |
parent | sys-boot/grub: ppc64 stable wrt bug #799236 (diff) | |
download | gentoo-42902d08cab199a5b840567a89ace6cec4f942b8.tar.gz gentoo-42902d08cab199a5b840567a89ace6cec4f942b8.tar.bz2 gentoo-42902d08cab199a5b840567a89ace6cec4f942b8.zip |
sys-boot/grub: sparc stable wrt bug #799236
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-2.06.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.06.ebuild b/sys-boot/grub/grub-2.06.ebuild index 7581a67dda9d..27a5ed34e797 100644 --- a/sys-boot/grub/grub-2.06.ebuild +++ b/sys-boot/grub/grub-2.06.ebuild @@ -31,7 +31,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - 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" |