diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:42:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:42:43 +0000 |
commit | 81ee45032e555228952322462fef9ab4839982e9 (patch) | |
tree | 2e93702ee49f2b15379a23c32bbc7d720b08a518 /sys-boot/grub/grub-2.02_beta2-r7.ebuild | |
parent | Stable for x86, wrt bug #556290 (diff) | |
download | historical-81ee45032e555228952322462fef9ab4839982e9.tar.gz historical-81ee45032e555228952322462fef9ab4839982e9.tar.bz2 historical-81ee45032e555228952322462fef9ab4839982e9.zip |
Stable for x86, wrt bug #554740
Package-Manager: portage-2.2.20/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'sys-boot/grub/grub-2.02_beta2-r7.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.02_beta2-r7.ebuild b/sys-boot/grub/grub-2.02_beta2-r7.ebuild index 2f826e941a4a..8c12a2eb355b 100644 --- a/sys-boot/grub/grub-2.02_beta2-r7.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.13 2015/07/15 15:09:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.14 2015/08/02 18:42:41 ago Exp $ EAPI=5 @@ -26,7 +26,7 @@ if [[ ${PV} != 9999 ]]; then http://dev.gentoo.org/~floppym/dist/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" PATCHES=() else inherit git-r3 |