diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-09-24 21:12:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-09-24 21:12:02 +0000 |
commit | cce161ffba6300617cbef3223aba214a4ff29c66 (patch) | |
tree | a5bd7ac12e6b6e51eb39d8f241db38e8f40399f9 /sys-boot | |
parent | add ~arm, bug #519618 (diff) | |
download | gentoo-2-cce161ffba6300617cbef3223aba214a4ff29c66.tar.gz gentoo-2-cce161ffba6300617cbef3223aba214a4ff29c66.tar.bz2 gentoo-2-cce161ffba6300617cbef3223aba214a4ff29c66.zip |
Stable on amd64, bug 522314.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 2e17c78f65ed..3e51aeb95ac8 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.318 2014/09/16 18:07:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.319 2014/09/24 21:12:02 floppym Exp $ + + 24 Sep 2014; Mike Gilbert <floppym@gentoo.org> grub-2.02_beta2-r2.ebuild: + Stable on amd64, bug 522314. 16 Sep 2014; Mike Gilbert <floppym@gentoo.org> grub-2.02_beta2-r2.ebuild, grub-9999-r1.ebuild: diff --git a/sys-boot/grub/grub-2.02_beta2-r2.ebuild b/sys-boot/grub/grub-2.02_beta2-r2.ebuild index f1e7f6e579a3..54af5a3c96b0 100644 --- a/sys-boot/grub/grub-2.02_beta2-r2.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r2.ebuild,v 1.2 2014/09/16 18:07:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r2.ebuild,v 1.3 2014/09/24 21:12:02 floppym 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 |