diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:31:15 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 04:31:15 +0000 |
commit | d84828187c404dd4e7050be42b4229f4ff21d69c (patch) | |
tree | dbb8dd6964ba430fce103580ee529876db05c4db /net-dns | |
parent | repoman fix (diff) | |
download | historical-d84828187c404dd4e7050be42b4229f4ff21d69c.tar.gz historical-d84828187c404dd4e7050be42b4229f4ff21d69c.tar.bz2 historical-d84828187c404dd4e7050be42b4229f4ff21d69c.zip |
repoman fixes
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dlint/dlint-1.4.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dns/dlint/dlint-1.4.0.ebuild b/net-dns/dlint/dlint-1.4.0.ebuild index c5a1a0020048..111a0b780a4b 100644 --- a/net-dns/dlint/dlint-1.4.0.ebuild +++ b/net-dns/dlint/dlint-1.4.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.2 2002/07/08 04:31:15 drobbins Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} @@ -9,9 +9,8 @@ DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems i SRC_URI="http://www.domtools.com/pub/${MY_P}.tar.gz" HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" SLOT="0" - -DEPEND="net-misc/bind-tools sys-devel/perl sys-apps/bash" -RDEPEND="${DEPEND}" +KEYWORDS="*" +DEPEND="net-dns/bind-tools sys-devel/perl sys-apps/bash" src_compile() { |