diff options
author | 2005-03-03 18:25:12 +0000 | |
---|---|---|
committer | 2005-03-03 18:25:12 +0000 | |
commit | 3130169aff39112697ffca28b4af08c0bd979c9a (patch) | |
tree | 2b8005248face3bcb647bea169b14c86fccc906a /net-dns/ldapdns/ldapdns-2.05.ebuild | |
parent | Manifest recommit (diff) | |
download | gentoo-2-3130169aff39112697ffca28b4af08c0bd979c9a.tar.gz gentoo-2-3130169aff39112697ffca28b4af08c0bd979c9a.tar.bz2 gentoo-2-3130169aff39112697ffca28b4af08c0bd979c9a.zip |
Dependency update: sys-apps/daemontools -> sys-process/daemontools.
Diffstat (limited to 'net-dns/ldapdns/ldapdns-2.05.ebuild')
-rw-r--r-- | net-dns/ldapdns/ldapdns-2.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/ldapdns/ldapdns-2.05.ebuild b/net-dns/ldapdns/ldapdns-2.05.ebuild index eb8bbb43c5c0..baa1ee00edcb 100644 --- a/net-dns/ldapdns/ldapdns-2.05.ebuild +++ b/net-dns/ldapdns/ldapdns-2.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.4 2004/07/14 23:26:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.5 2005/03/03 18:21:08 ciaranm Exp $ DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly" SRC_URI="http://www.nimh.org/dl/${P}.tar.gz" @@ -14,7 +14,7 @@ KEYWORDS="~x86" DEPEND="virtual/libc >=net-nds/openldap-2" RDEPEND="${DEPEND} - >=sys-apps/daemontools-0.70 + >=sys-process/daemontools-0.70 sys-apps/ucspi-tcp" src_compile() { |