diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 02:50:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 02:50:51 +0000 |
commit | 54d458bc060542fe65c478f79fe7e0310014aaf5 (patch) | |
tree | a73359e9085c85f1e3f5bf7b3cc1952aac2b62f4 /net-dns/hesiod | |
parent | hello ~amd64 (diff) | |
download | gentoo-2-54d458bc060542fe65c478f79fe7e0310014aaf5.tar.gz gentoo-2-54d458bc060542fe65c478f79fe7e0310014aaf5.tar.bz2 gentoo-2-54d458bc060542fe65c478f79fe7e0310014aaf5.zip |
hello ~amd64
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index 2964aa56d17a..e090c85b2e3e 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.2 2003/10/24 12:09:27 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.3 2004/02/05 02:50:13 vapier Exp $ inherit flag-o-matic filter-flags -fstack-protector -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" +DESCRIPTION="system which uses existing DNS functionality to provide access to databases of information that changes infrequently" HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" +SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="ISC" -KEYWORDS="~x86 ~ppc ~sparc ~hppa" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" DEPEND="virtual/glibc" |