diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:42:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-02 18:42:41 +0000 |
commit | 5d91fdd5432cab32dcc7ca045053f09f143d832d (patch) | |
tree | 7c025a583c6f496bcde8794a6562910debf0c789 /sys-boot | |
parent | Stable for x86, wrt bug #556290 (diff) | |
download | gentoo-2-5d91fdd5432cab32dcc7ca045053f09f143d832d.tar.gz gentoo-2-5d91fdd5432cab32dcc7ca045053f09f143d832d.tar.bz2 gentoo-2-5d91fdd5432cab32dcc7ca045053f09f143d832d.zip |
Stable for x86, wrt bug #554740
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index f268759022e2..a0856c675dbe 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.356 2015/07/15 15:09:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.357 2015/08/02 18:42:41 ago Exp $ + + 02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> grub-2.02_beta2-r7.ebuild: + Stable for x86, wrt bug #554740 15 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> grub-2.02_beta2-r7.ebuild: amd64 stable wrt bug #554740 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 |