diff options
author | 2003-01-06 09:12:20 +0000 | |
---|---|---|
committer | 2003-01-06 09:12:20 +0000 | |
commit | 06458f58b492e1d90b65118d8f6e0511bbe9f609 (patch) | |
tree | a28859933fc6e66640b893adc0ee3065687db822 /sys-apps/grub | |
parent | providing virtual/bootloader (diff) | |
download | gentoo-2-06458f58b492e1d90b65118d8f6e0511bbe9f609.tar.gz gentoo-2-06458f58b492e1d90b65118d8f6e0511bbe9f609.tar.bz2 gentoo-2-06458f58b492e1d90b65118d8f6e0511bbe9f609.zip |
KEYWORD fixes
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/grub-0.90-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.91-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.92-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.92.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/grub/grub-0.90-r7.ebuild b/sys-apps/grub/grub-0.90-r7.ebuild index 067bddadf752..5d69b5a143a9 100644 --- a/sys-apps/grub/grub-0.90-r7.ebuild +++ b/sys-apps/grub/grub-0.90-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r7.ebuild,v 1.9 2003/01/06 09:09:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r7.ebuild,v 1.10 2003/01/06 09:11:03 seemant Exp $ inherit mount-boot @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/grub" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc" +KEYWORDS="x86 -ppc -sparc -alpha" DEPEND=">=sys-devel/binutils-2.9.1.0.23 >=sys-libs/ncurses-5.2-r2" diff --git a/sys-apps/grub/grub-0.91-r3.ebuild b/sys-apps/grub/grub-0.91-r3.ebuild index 2a6a879facf7..d922f93169e4 100644 --- a/sys-apps/grub/grub-0.91-r3.ebuild +++ b/sys-apps/grub/grub-0.91-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r3.ebuild,v 1.10 2003/01/06 09:09:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r3.ebuild,v 1.11 2003/01/06 09:11:03 seemant Exp $ inherit mount-boot @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc" +KEYWORDS="~x86 -ppc -sparc -alpha" DEPEND=">=sys-devel/binutils-2.9.1.0.23 >=sys-libs/ncurses-5.2-r2" diff --git a/sys-apps/grub/grub-0.92-r1.ebuild b/sys-apps/grub/grub-0.92-r1.ebuild index 0d581cf6f525..7517c4286531 100644 --- a/sys-apps/grub/grub-0.92-r1.ebuild +++ b/sys-apps/grub/grub-0.92-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92-r1.ebuild,v 1.6 2003/01/06 09:09:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92-r1.ebuild,v 1.7 2003/01/06 09:11:03 seemant Exp $ inherit mount-boot @@ -8,12 +8,12 @@ S=${WORKDIR}/${P} DESCRIPTION="GNU GRUB boot loader" SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grub/" -KEYWORDS="x86 -ppc -sparc " + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 -ppc -sparc -alpha" DEPEND=">=sys-libs/ncurses-5.2-r5" -RDEPEND="virtual/glibc" PROVIDE="virtual/bootloader" diff --git a/sys-apps/grub/grub-0.92.ebuild b/sys-apps/grub/grub-0.92.ebuild index 82d7ac3decb2..3998a4004513 100644 --- a/sys-apps/grub/grub-0.92.ebuild +++ b/sys-apps/grub/grub-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92.ebuild,v 1.12 2003/01/06 09:09:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92.ebuild,v 1.13 2003/01/06 09:11:03 seemant Exp $ inherit mount-boot @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc " +KEYWORDS="~x86 -ppc -sparc -alpha" RDEPEND=">=sys-libs/ncurses-5.2-r5" |