diff options
author | 2006-09-07 11:39:49 +0000 | |
---|---|---|
committer | 2006-09-07 11:39:49 +0000 | |
commit | fd16c320d62f1b0cd6ed4a590309088f9356948c (patch) | |
tree | 8cc9d51953044aa9915ccffd86d41538fa433102 /sys-boot | |
parent | Added ~amd64 keyword, as noted by upstream developer Maxim Udushlivy. (diff) | |
download | gentoo-2-fd16c320d62f1b0cd6ed4a590309088f9356948c.tar.gz gentoo-2-fd16c320d62f1b0cd6ed4a590309088f9356948c.tar.bz2 gentoo-2-fd16c320d62f1b0cd6ed4a590309088f9356948c.zip |
stable on amd64
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.96-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 9ab131172882..2f30e9d0cfd0 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub-static # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.7 2006/06/13 16:04:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.8 2006/09/07 11:39:49 blubb Exp $ + + 07 Sep 2006; <blubb@gentoo.org> grub-static-0.96-r1.ebuild: + stable on amd64 *grub-static-0.96-r1 (13 Jun 2006) diff --git a/sys-boot/grub-static/grub-static-0.96-r1.ebuild b/sys-boot/grub-static/grub-static-0.96-r1.ebuild index ecd590500921..e65a3f8a14a6 100644 --- a/sys-boot/grub-static/grub-static-0.96-r1.ebuild +++ b/sys-boot/grub-static/grub-static-0.96-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.96-r1.ebuild,v 1.1 2006/06/13 16:04:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.96-r1.ebuild,v 1.2 2006/09/07 11:39:49 blubb Exp $ DESCRIPTION="Static GNU GRUB boot loader" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/grub-static-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" |