diff options
Diffstat (limited to 'net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild')
-rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild index 22467ea8f075..c8bb678b5d08 100644 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild +++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.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-r1.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-r1.ebuild,v 1.2 2007/11/01 21:56:29 jokey Exp $ DESCRIPTION="Netkit - bootparamd" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" @@ -11,6 +11,9 @@ SLOT="0" KEYWORDS="~hppa mips ppc sparc x86" IUSE="" +DEPEND="!<=net-misc/netkit-bootpd-0.17-r2" +RDEPEND=${DEPEND} + src_compile() { # this is needed here ./configure || die "configure failed" |