diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 19:24:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 19:24:11 +0200 |
commit | ac0db586ed05578acacfba2c28658d5d05f1ab98 (patch) | |
tree | b0ebb3751535ff11113b9394d1ce3326fe992e29 /sys-boot/grub | |
parent | dev-python/django: x86 stable wrt bug #598770 (diff) | |
download | gentoo-ac0db586ed05578acacfba2c28658d5d05f1ab98.tar.gz gentoo-ac0db586ed05578acacfba2c28658d5d05f1ab98.tar.bz2 gentoo-ac0db586ed05578acacfba2c28658d5d05f1ab98.zip |
sys-boot/grub: x86 stable wrt bug #608254
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.02.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.02.ebuild b/sys-boot/grub/grub-2.02.ebuild index 0feba88343e0..44db1517a9f3 100644 --- a/sys-boot/grub/grub-2.02.ebuild +++ b/sys-boot/grub/grub-2.02.ebuild @@ -25,7 +25,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git |