diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-12-30 03:49:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-12-30 03:49:34 +0000 |
commit | 41bef6b008a80307fa610f00ea733ba39135202b (patch) | |
tree | bad203822553ddd8a80c1f57bcc52302747f967e /sys-apps/grub | |
parent | unmasked for 1.4/x86 (diff) | |
download | gentoo-2-41bef6b008a80307fa610f00ea733ba39135202b.tar.gz gentoo-2-41bef6b008a80307fa610f00ea733ba39135202b.tar.bz2 gentoo-2-41bef6b008a80307fa610f00ea733ba39135202b.zip |
Unmasked for 1.4/x86
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/files/digest-grub-0.93 | 1 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.92-r1.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/grub/files/digest-grub-0.93 b/sys-apps/grub/files/digest-grub-0.93 new file mode 100644 index 000000000000..15f70b4b8c63 --- /dev/null +++ b/sys-apps/grub/files/digest-grub-0.93 @@ -0,0 +1 @@ +MD5 289ed7946dec7ac4eac146b3a5c0c608 grub-0.93.tar.gz 891032 diff --git a/sys-apps/grub/grub-0.92-r1.ebuild b/sys-apps/grub/grub-0.92-r1.ebuild index 3e46694f7576..70a8dea460ed 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.4 2002/12/09 04:37:25 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.92-r1.ebuild,v 1.5 2002/12/30 03:49:34 drobbins Exp $ inherit mount-boot @@ -8,7 +8,7 @@ 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 " +KEYWORDS="x86 -ppc -sparc " SLOT="0" LICENSE="GPL-2" |