diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-14 12:14:59 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-14 12:14:59 +0000 |
commit | cbe300041889a64e352c267a7b572c5f23c92437 (patch) | |
tree | 41c809c34cc7cb556ec9292f8c5a195ff5acffeb /sys-boot/grub-static | |
parent | x86 stable, bug 269201 (diff) | |
download | gentoo-2-cbe300041889a64e352c267a7b572c5f23c92437.tar.gz gentoo-2-cbe300041889a64e352c267a7b572c5f23c92437.tar.bz2 gentoo-2-cbe300041889a64e352c267a7b572c5f23c92437.zip |
x86 stable, bug 269201
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index c72fb307fe6b..41b942b2fb42 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub-static # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.18 2009/01/11 21:04:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.19 2009/05/14 12:14:59 fauli Exp $ + + 14 May 2009; Christian Faulhammer <fauli@gentoo.org> + grub-static-0.97-r9.ebuild: + x86 stable, bug 269201 11 Jan 2009; Markus Meier <maekke@gentoo.org> grub-static-0.97-r6.ebuild: amd64 stable, bug #254028 diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild index 86c0dbdd5193..16e3c0646aad 100644 --- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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-r9.ebuild,v 1.1 2009/01/03 21:07:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.2 2009/05/14 12:14:59 fauli 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 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/${PF}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" IUSE="" DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" |