diff options
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index 7371ee16d83d..d07975398c0a 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.19 2006/04/27 21:42:51 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.20 2006/10/09 21:26:29 drizzt Exp $ + + 09 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> hesiod-3.0.2-r1.ebuild: + Added ~x86-fbsd keyword. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-hesiod-3.0.2, files/digest-hesiod-3.0.2-r1, Manifest: diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index 12504a6df018..6c1323e67469 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r1.ebuild,v 1.19 2006/03/05 03:59:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.20 2006/10/09 21:26:29 drizzt Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sh ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |