diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:23:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-10 14:23:30 +0000 |
commit | f05d156be8440a93b0f48f01b034f875782e24ab (patch) | |
tree | eb738be5fc0772c906890a0a1750ce4d087d21da /sys-boot/yaboot/yaboot-1.3.14-r2.ebuild | |
parent | Don't PROVIDE virtual/bootloader, bug 359971. (diff) | |
download | gentoo-2-f05d156be8440a93b0f48f01b034f875782e24ab.tar.gz gentoo-2-f05d156be8440a93b0f48f01b034f875782e24ab.tar.bz2 gentoo-2-f05d156be8440a93b0f48f01b034f875782e24ab.zip |
Don't PROVIDE virtual/bootloader, bug 359971.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/yaboot/yaboot-1.3.14-r2.ebuild')
-rw-r--r-- | sys-boot/yaboot/yaboot-1.3.14-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild b/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild index ec87de29004f..af1461d9f135 100644 --- a/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild +++ b/sys-boot/yaboot/yaboot-1.3.14-r2.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/yaboot/yaboot-1.3.14-r2.ebuild,v 1.3 2010/10/03 17:09:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 1.4 2011/04/10 14:23:30 ulm Exp $ inherit eutils toolchain-funcs @@ -17,8 +17,6 @@ RDEPEND="!ibm? ( sys-fs/hfsutils sys-fs/hfsplusutils sys-fs/mac-fdisk )" -PROVIDE="virtual/bootloader" - src_compile() { export -n CFLAGS export -n CXXFLAGS |