diff options
author | 2002-07-08 04:31:15 +0000 | |
---|---|---|
committer | 2002-07-08 04:31:15 +0000 | |
commit | 8e25e88076ded633148bec9cf217435d1ccd113d (patch) | |
tree | e4a27e6ee5c03a752cf1013798ae8847bed7f071 /net-dns | |
parent | repoman fix (diff) | |
download | gentoo-2-8e25e88076ded633148bec9cf217435d1ccd113d.tar.gz gentoo-2-8e25e88076ded633148bec9cf217435d1ccd113d.tar.bz2 gentoo-2-8e25e88076ded633148bec9cf217435d1ccd113d.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() { |