diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-05-25 16:05:46 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-05-25 16:05:46 +0000 |
commit | f732fb3ad18a0e2bb529905c282cdf95f0128fa1 (patch) | |
tree | 657e39066560a122a9753229ffa68e15e48d210e /net-dns/pdnsd | |
parent | Fixed a reference to pg_autovacuum document(#51723). Fixed Java problem on (M... (diff) | |
download | gentoo-2-f732fb3ad18a0e2bb529905c282cdf95f0128fa1.tar.gz gentoo-2-f732fb3ad18a0e2bb529905c282cdf95f0128fa1.tar.bz2 gentoo-2-f732fb3ad18a0e2bb529905c282cdf95f0128fa1.zip |
~amd64
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdnsd/pdnsd-1.1.10.ebuild b/net-dns/pdnsd/pdnsd-1.1.10.ebuild index 7fb30a8f327d..52d927a86cb5 100644 --- a/net-dns/pdnsd/pdnsd-1.1.10.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.8 2004/05/24 05:54:25 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.9 2004/05/25 16:05:46 jhuebel Exp $ inherit eutils @@ -26,7 +26,7 @@ LICENSE="BSD | GPL-2" # Should work on alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc # REF http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=pdnsd -KEYWORDS="x86 ppc sparc ~alpha ~s390" +KEYWORDS="x86 ppc sparc ~alpha ~s390 ~amd64" S=${WORKDIR}/${PN}-${PV} |