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 | |
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')
-rw-r--r-- | net-misc/netkit-bootparamd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-misc/netkit-bootparamd/ChangeLog b/net-misc/netkit-bootparamd/ChangeLog index 6b1a433a0753..761703d74770 100644 --- a/net-misc/netkit-bootparamd/ChangeLog +++ b/net-misc/netkit-bootparamd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netkit-bootparamd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.1 2007/11/01 21:28:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.2 2007/11/01 21:56:29 jokey Exp $ + + 01 Nov 2007; Markus Ullmann <jokey@gentoo.org> + netkit-bootparamd-0.17-r1.ebuild, netkit-bootparamd-0.17-r2.ebuild: + Fix blocker, should be other way round *netkit-bootparamd-0.17-r2 (01 Nov 2007) *netkit-bootparamd-0.17-r1 (01 Nov 2007) 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" 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 |