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 | c25c926877f8c10eef5ab4482858d2df4af537b0 (patch) | |
tree | 7713803ef18cb104ab7865673f4124c33361494c /net-dns/pdnsd | |
parent | Fixed a reference to pg_autovacuum document(#51723). Fixed Java problem on (diff) | |
download | historical-c25c926877f8c10eef5ab4482858d2df4af537b0.tar.gz historical-c25c926877f8c10eef5ab4482858d2df4af537b0.tar.bz2 historical-c25c926877f8c10eef5ab4482858d2df4af537b0.zip |
~amd64
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/Manifest | 4 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.10.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/pdnsd/Manifest b/net-dns/pdnsd/Manifest index c03ddad93c9a..09a73777874e 100644 --- a/net-dns/pdnsd/Manifest +++ b/net-dns/pdnsd/Manifest @@ -1,10 +1,10 @@ MD5 0bdfceb7651dd05eee9104195e6d121d ChangeLog 3980 MD5 cd82be4729ad0da13f8e5e396dd29840 metadata.xml 437 +MD5 5d15448b2e069509dc577c36fcddf202 pdnsd-1.1.10.ebuild 3271 MD5 a415c002ad5217367da41f607bf6cad6 pdnsd-1.1.7a.ebuild 990 MD5 47d05c098986aaa7216e397954641bbf pdnsd-1.1.9.ebuild 2669 -MD5 2b62530618925573657ea3af53ba67de pdnsd-1.1.10.ebuild 3268 +MD5 104a9136d4e55e47186ebcc1511b9f93 files/digest-pdnsd-1.1.10 68 MD5 729266103aee86613f32b6e39c03172f files/digest-pdnsd-1.1.7a 65 MD5 2f4f436df1064eb21409e1ef613be068 files/digest-pdnsd-1.1.9 67 MD5 d5e1cbb93d8bb06254e9daac8df76d8d files/pdnsd.online 459 MD5 a42f0239bb9aee4cad5d2e79dc1ada63 files/pdnsd.rc6 762 -MD5 104a9136d4e55e47186ebcc1511b9f93 files/digest-pdnsd-1.1.10 68 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} |