diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-21 19:46:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-21 19:46:16 +0000 |
commit | 7da18959045b3d0bc7631489df90c178eff65581 (patch) | |
tree | fe27f83f95c5dbac2e6e3c8113af36ac12fe8d0a /sys-boot/grub-static | |
parent | Force bundled celt libraries even when a system celt library is detected, fix... (diff) | |
download | gentoo-2-7da18959045b3d0bc7631489df90c178eff65581.tar.gz gentoo-2-7da18959045b3d0bc7631489df90c178eff65581.tar.bz2 gentoo-2-7da18959045b3d0bc7631489df90c178eff65581.zip |
Stable on amd64 wrt bug #355693
(Portage version: 2.1.9.39/cvs/Linux x86_64)
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-r10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 0fdad884aeaa..cda13df11804 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub-static # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.27 2011/01/09 03:24:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.28 2011/02/21 19:46:16 hwoarang Exp $ + + 21 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + grub-static-0.97-r10.ebuild: + Stable on amd64 wrt bug #355693 09 Jan 2011; Mike Frysinger <vapier@gentoo.org> grub-static-0.97-r9.ebuild, grub-static-0.97-r10.ebuild: diff --git a/sys-boot/grub-static/grub-static-0.97-r10.ebuild b/sys-boot/grub-static/grub-static-0.97-r10.ebuild index 7f504c50df6a..95456654c976 100644 --- a/sys-boot/grub-static/grub-static-0.97-r10.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r10.ebuild,v 1.3 2011/01/09 03:24:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.4 2011/02/21 19:46:16 hwoarang 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" RDEPEND="${DEPEND}" |