diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-27 18:59:19 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-27 18:59:19 +0000 |
commit | 73f9bd071048d9167c6052508355cc3052ccfe88 (patch) | |
tree | ae23be5b3a0e1b74347608c38089aa8b5944aba7 /sys-apps | |
parent | grub-static provides virtual/bootloader too (diff) | |
download | gentoo-2-73f9bd071048d9167c6052508355cc3052ccfe88.tar.gz gentoo-2-73f9bd071048d9167c6052508355cc3052ccfe88.tar.bz2 gentoo-2-73f9bd071048d9167c6052508355cc3052ccfe88.zip |
fix grub-static depends
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/grub-static/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/grub-static/grub-static-0.93.20030118.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/grub-static/Manifest b/sys-apps/grub-static/Manifest index 41bac9520363..20a9666caf2c 100644 --- a/sys-apps/grub-static/Manifest +++ b/sys-apps/grub-static/Manifest @@ -1,3 +1,3 @@ MD5 4f29b68747613547238ad3e85eefa882 ChangeLog 429 -MD5 e9534891817e684a132ada13f080815a grub-static-0.93.20030118.ebuild 572 +MD5 9d38c48a9e9ca0ccade5e3a8737df1e3 grub-static-0.93.20030118.ebuild 567 MD5 31a0c4d1505c252f6d5fa8dc5eca5932 files/digest-grub-static-0.93.20030118 75 diff --git a/sys-apps/grub-static/grub-static-0.93.20030118.ebuild b/sys-apps/grub-static/grub-static-0.93.20030118.ebuild index 8755b2d5197e..f2ef5828cd85 100644 --- a/sys-apps/grub-static/grub-static-0.93.20030118.ebuild +++ b/sys-apps/grub-static/grub-static-0.93.20030118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub-static/grub-static-0.93.20030118.ebuild,v 1.2 2003/07/27 18:55:53 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub-static/grub-static-0.93.20030118.ebuild,v 1.3 2003/07/27 18:59:12 tester Exp $ DESCRIPTION="Static GNU GRUB boot loader" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86 -ppc -sparc -alpha -mips -hppa" IUSE="" -DEPEND="! ( sys-apps/grub )" +DEPEND="!sys-apps/grub" PROVIDE="virtual/bootloader" src_install() { |