diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:26:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:26:12 +0000 |
commit | b18e9bb5c0bb300ef7f27fb89bc4f01056a9a974 (patch) | |
tree | aa33547f2e08b9483bacaee0d5425cf1456495fa /sys-boot/grub-static/grub-static-0.97-r6.ebuild | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | gentoo-2-b18e9bb5c0bb300ef7f27fb89bc4f01056a9a974.tar.gz gentoo-2-b18e9bb5c0bb300ef7f27fb89bc4f01056a9a974.tar.bz2 gentoo-2-b18e9bb5c0bb300ef7f27fb89bc4f01056a9a974.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97-r6.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r6.ebuild b/sys-boot/grub-static/grub-static-0.97-r6.ebuild index 550355f562a6..1fe422192a09 100644 --- a/sys-boot/grub-static/grub-static-0.97-r6.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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-static/grub-static-0.97-r6.ebuild,v 1.5 2010/11/30 08:14:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v 1.6 2011/04/10 14:26:12 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 @@ -21,7 +21,6 @@ KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="!sys-boot/grub" RDEPEND="${DEPEND}" -PROVIDE="virtual/bootloader" src_install() { cp -a "${WORKDIR}"/* "${D}"/ |