diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-21 21:13:59 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-21 21:13:59 +0000 |
commit | e48698cf36af4a12400ac3c1938fb3218a081d47 (patch) | |
tree | 04f08a21e80952254a34f88ba4fa383315a74c12 /net-dns/hesiod | |
parent | Got rid of a lintool warning. (diff) | |
download | historical-e48698cf36af4a12400ac3c1938fb3218a081d47.tar.gz historical-e48698cf36af4a12400ac3c1938fb3218a081d47.tar.bz2 historical-e48698cf36af4a12400ac3c1938fb3218a081d47.zip |
added keywords
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index 0efd2657d055..20b6e59b1711 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-dns/hesiod # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.1 2002/06/29 00:55:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.2 2002/09/21 21:13:59 owen Exp $ *hesiod-3.0.2 (8 Jun 2002) + 21 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 8 Jun 2002; Grant Goodyear <g2boojum@gentoo.org> : Initial import into portage. RH requires this package for sendmail; diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index f5503a8188ac..c9fb6049f6cd 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.ebuild,v 1.3 2002/08/14 12:10:49 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.4 2002/09/21 21:13:59 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently." @@ -9,7 +9,7 @@ HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" SLOT="0" LICENSE="ISC" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" |