diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:34:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:34:42 +0000 |
commit | bb8350bc47fdea247f8896dcca8e1942befb01bb (patch) | |
tree | e3a17ea7141c3ca8fd0a3d77bc59430a85832b92 /sys-boot/grub/grub-0.97-r6.ebuild | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | gentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.tar.gz gentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.tar.bz2 gentoo-2-bb8350bc47fdea247f8896dcca8e1942befb01bb.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-0.97-r6.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.97-r6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-0.97-r6.ebuild b/sys-boot/grub/grub-0.97-r6.ebuild index cbc3bac9811a..78da472cdd2d 100644 --- a/sys-boot/grub/grub-0.97-r6.ebuild +++ b/sys-boot/grub/grub-0.97-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.9 2008/11/01 12:46:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.10 2011/04/10 14:34:42 ulm Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -26,7 +26,6 @@ DEPEND="ncurses? ( >=sys-libs/ncurses-5.2-r5 amd64? ( app-emulation/emul-linux-x86-baselibs ) )" -PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} |