diff options
author | 2004-07-14 23:25:50 +0000 | |
---|---|---|
committer | 2004-07-14 23:25:50 +0000 | |
commit | 49947c52d088bd654f758ea650da139a90e916c3 (patch) | |
tree | 82450cdf0ca1551e83d4463cbc11a648cda1948c /net-dns/hesiod/hesiod-3.0.2.ebuild | |
parent | sync IUSE (missing) (diff) | |
download | historical-49947c52d088bd654f758ea650da139a90e916c3.tar.gz historical-49947c52d088bd654f758ea650da139a90e916c3.tar.bz2 historical-49947c52d088bd654f758ea650da139a90e916c3.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dns/hesiod/hesiod-3.0.2.ebuild')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index d2176f66b04c..fc391e93f02d 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.11 2004/07/01 22:11:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.12 2004/07/14 23:25:50 agriffis Exp $ inherit flag-o-matic -S=${WORKDIR}/${P} DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently." SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" @@ -12,6 +11,7 @@ HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" SLOT="0" LICENSE="ISC" KEYWORDS="x86 ppc sparc hppa" +IUSE="" DEPEND="virtual/libc" |