diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-11-01 21:55:54 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-11-01 21:55:54 +0000 |
commit | 55cd4325a5a785cce6f137f989ee47f50d0f8631 (patch) | |
tree | e8feb819b039f6f5ac126d73bc44b8f1470aa52c /net-misc/netkit-bootpd | |
parent | Revert last change, doesn't work on sparc (diff) | |
download | gentoo-2-55cd4325a5a785cce6f137f989ee47f50d0f8631.tar.gz gentoo-2-55cd4325a5a785cce6f137f989ee47f50d0f8631.tar.bz2 gentoo-2-55cd4325a5a785cce6f137f989ee47f50d0f8631.zip |
Fix blocker, should be other way round
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/netkit-bootpd/ChangeLog b/net-misc/netkit-bootpd/ChangeLog index 1c741edabbbf..ce65dbc152f3 100644 --- a/net-misc/netkit-bootpd/ChangeLog +++ b/net-misc/netkit-bootpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netkit-bootpd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.17 2007/11/01 21:29:45 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.18 2007/11/01 21:55:54 jokey Exp $ + + 01 Nov 2007; Markus Ullmann <jokey@gentoo.org> netkit-bootpd-2.4.ebuild: + Fix blocker, should be other way round 01 Nov 2007; Markus Ullmann <jokey@gentoo.org> -files/0.17-jumpstart.patch, -netkit-bootpd-0.17-r1.ebuild, diff --git a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild index 3544b6d46b80..2e88056ce546 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-2.4.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-bootpd/netkit-bootpd-2.4.ebuild,v 1.5 2007/11/01 21:29:45 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.6 2007/11/01 21:55:54 jokey Exp $ inherit eutils @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~hppa ~mips ppc ~sparc x86" IUSE="" -DEPEND="!<=net-misc/netkit-bootpd-0.17-r2" -RDEPEND=${DEPEND} +DEPEND="" +RDEPEND="" S="${WORKDIR}/${MY_P}" |