diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-08 15:01:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-08 15:01:59 +0000 |
commit | 7012d86c7182f4f3bfac4d51861ae3b0dee57801 (patch) | |
tree | 059001caec36bfa8fb07668551793e28811a332a /sys-boot/grub-static | |
parent | Add patch to fix building in some arches with kernel-3 (diff) | |
download | gentoo-2-7012d86c7182f4f3bfac4d51861ae3b0dee57801.tar.gz gentoo-2-7012d86c7182f4f3bfac4d51861ae3b0dee57801.tar.bz2 gentoo-2-7012d86c7182f4f3bfac4d51861ae3b0dee57801.zip |
Stable for AMD64, wrt bug #418393
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index bd7b7a5a63d5..8487b7763371 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub-static # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.33 2012/07/23 03:49:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.34 2012/08/08 15:01:59 ago Exp $ + + 08 Aug 2012; Agostino Sarubbo <ago@gentoo.org> grub-static-0.97-r12.ebuild: + Stable for AMD64, wrt bug #418393 23 Jul 2012; Mike Frysinger <vapier@gentoo.org> grub-static-0.96-r1.ebuild, grub-static-0.97-r10.ebuild, grub-static-0.97-r12.ebuild, diff --git a/sys-boot/grub-static/grub-static-0.97-r12.ebuild b/sys-boot/grub-static/grub-static-0.97-r12.ebuild index 41881aff1646..337ad325f001 100644 --- a/sys-boot/grub-static/grub-static-0.97-r12.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r12.ebuild,v 1.2 2012/07/23 03:49:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r12.ebuild,v 1.3 2012/08/08 15:01:59 ago Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${PF}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="!<sys-boot/grub-2" |