diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-04-02 12:00:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-04-02 12:00:12 +0000 |
commit | ea6cb23c2db53afb471f10f558f9f76846e29723 (patch) | |
tree | 5708dda314118528b8d50aa49876b9cfad6bab31 /sys-boot/elilo/elilo-3.10.ebuild | |
parent | ia64/sparc stable wrt #358973 (diff) | |
download | gentoo-2-ea6cb23c2db53afb471f10f558f9f76846e29723.tar.gz gentoo-2-ea6cb23c2db53afb471f10f558f9f76846e29723.tar.bz2 gentoo-2-ea6cb23c2db53afb471f10f558f9f76846e29723.zip |
Remove PROVIDE line for bug #359971
(Portage version: 2.1.9.44/cvs/Linux ia64)
Diffstat (limited to 'sys-boot/elilo/elilo-3.10.ebuild')
-rw-r--r-- | sys-boot/elilo/elilo-3.10.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/elilo/elilo-3.10.ebuild b/sys-boot/elilo/elilo-3.10.ebuild index ff506025dc43..611ff5626416 100644 --- a/sys-boot/elilo/elilo-3.10.ebuild +++ b/sys-boot/elilo/elilo-3.10.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/elilo/elilo-3.10.ebuild,v 1.2 2010/01/10 16:37:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.10.ebuild,v 1.3 2011/04/02 12:00:12 armin76 Exp $ inherit toolchain-funcs eutils @@ -20,7 +20,6 @@ DEPEND=">=sys-boot/gnu-efi-3.0g dev-util/patchutils" RDEPEND="sys-boot/efibootmgr sys-fs/dosfstools" -PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} |