diff options
author | 2007-11-01 21:55:54 +0000 | |
---|---|---|
committer | 2007-11-01 21:55:54 +0000 | |
commit | 55cd4325a5a785cce6f137f989ee47f50d0f8631 (patch) | |
tree | e8feb819b039f6f5ac126d73bc44b8f1470aa52c /net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild | |
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/netkit-bootpd-2.4.ebuild')
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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}" |