diff options
author | Luis Medinas <metalgod@gentoo.org> | 2007-01-15 01:50:09 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2007-01-15 01:50:09 +0000 |
commit | 0263e4e88f297dfb6d1d260839c3bcfadf958409 (patch) | |
tree | ee97055b944890ad3c12722db42803f6d8d275b2 /sys-boot/grub | |
parent | bump with extra patches :) (diff) | |
download | gentoo-2-0263e4e88f297dfb6d1d260839c3bcfadf958409.tar.gz gentoo-2-0263e4e88f297dfb6d1d260839c3bcfadf958409.tar.bz2 gentoo-2-0263e4e88f297dfb6d1d260839c3bcfadf958409.zip |
Stable on amd64. Bug #159636.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 912edb1678f4..eb9022dccb4c 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.70 2007/01/02 04:22:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.71 2007/01/15 01:50:09 metalgod Exp $ + + 15 Jan 2007; Luis Medinas <metalgod@gentoo.org> grub-0.97-r3.ebuild: + Stable on amd64. Bug #159636. 02 Jan 2007; Andrej Kacian <ticho@gentoo.org> grub-0.97-r3.ebuild: Stable on x86, bug #159636. diff --git a/sys-boot/grub/grub-0.97-r3.ebuild b/sys-boot/grub/grub-0.97-r3.ebuild index e8c263044e2a..4d9c4cb3d1d3 100644 --- a/sys-boot/grub/grub-0.97-r3.ebuild +++ b/sys-boot/grub/grub-0.97-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.6 2007/01/02 04:22:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r3.ebuild,v 1.7 2007/01/15 01:50:09 metalgod Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="static netboot custom-cflags" DEPEND=">=sys-libs/ncurses-5.2-r5" |