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 | 4ebc80e0ab327518350a60c9c5e61b9dd17406d8 (patch) | |
tree | 2ec85553bbdfdc87a973e58478cc21540b9ae562 /sys-boot/grub-static/grub-static-0.97-r6.ebuild | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.tar.gz historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.tar.bz2 historical-4ebc80e0ab327518350a60c9c5e61b9dd17406d8.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
Package-Manager: portage-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}"/ |