diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-11-01 21:56:29 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-11-01 21:56:29 +0000 |
commit | bbad2a9da78603725ea099faf52a9df26748d03f (patch) | |
tree | 25f290e4d4628ee12fc029247533173a89ff53e9 /net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild | |
parent | Fix blocker, should be other way round (diff) | |
download | gentoo-2-bbad2a9da78603725ea099faf52a9df26748d03f.tar.gz gentoo-2-bbad2a9da78603725ea099faf52a9df26748d03f.tar.bz2 gentoo-2-bbad2a9da78603725ea099faf52a9df26748d03f.zip |
Fix blocker, should be other way round
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild')
-rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild index 5c9d97ea97ef..77aec5830de2 100644 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild +++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild,v 1.1 2007/11/01 21:28:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild,v 1.2 2007/11/01 21:56:29 jokey Exp $ inherit eutils @@ -13,6 +13,9 @@ SLOT="0" KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" IUSE="" +DEPEND="!<=net-misc/netkit-bootpd-0.17-r2" +RDEPEND=${DEPEND} + src_unpack() { unpack ${A} epatch "${FILESDIR}"/0.17-jumpstart.patch |