diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-12-17 14:48:40 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-12-17 14:48:40 +0100 |
commit | ee8bae0a40ef9f7516162962c42e67aa6a04b2dc (patch) | |
tree | 4f639bcda4f8d7b8e6b055a4f285cc09006d4dc8 /sys-boot | |
parent | sys-boot/grub: amd64 stable wrt bug #568326 (diff) | |
download | gentoo-ee8bae0a40ef9f7516162962c42e67aa6a04b2dc.tar.gz gentoo-ee8bae0a40ef9f7516162962c42e67aa6a04b2dc.tar.bz2 gentoo-ee8bae0a40ef9f7516162962c42e67aa6a04b2dc.zip |
sys-boot/grub: x86 stable wrt bug #568326
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild b/sys-boot/grub/grub-2.02_beta2-r8.ebuild index 26bfad29ed08..abfeffba89f8 100644 --- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r8.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} != 9999 ]]; then https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git |