diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 09:11:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 09:11:11 +0200 |
commit | bd9c84dc3038769b6a79617cd6b89d9b1c843bcc (patch) | |
tree | 0bd785d4b1667aa9407d2f4ed1ee9db4e3a4284c /sys-boot/grub | |
parent | net-libs/nodejs: x86 stable wrt bug #850649 (diff) | |
download | gentoo-bd9c84dc3038769b6a79617cd6b89d9b1c843bcc.tar.gz gentoo-bd9c84dc3038769b6a79617cd6b89d9b1c843bcc.tar.bz2 gentoo-bd9c84dc3038769b6a79617cd6b89d9b1c843bcc.zip |
sys-boot/grub: x86 stable wrt bug #850673
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-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 09508618dfa8..fa638e1d3f8c 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" |