diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-02-03 06:18:06 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-02-03 06:18:06 +0000 |
commit | f698f9232d41fcaca45358c10703a9506ba6d7e8 (patch) | |
tree | f421cdf6c7c1bc37f6b1d0ce38fd4facceed5cd0 /net-dns/pdnsd/pdnsd-1.1.9.ebuild | |
parent | added ~ppc and ~sparc. Should of previously as it was a version bump. (diff) | |
download | gentoo-2-f698f9232d41fcaca45358c10703a9506ba6d7e8.tar.gz gentoo-2-f698f9232d41fcaca45358c10703a9506ba6d7e8.tar.bz2 gentoo-2-f698f9232d41fcaca45358c10703a9506ba6d7e8.zip |
I should of left ~ppc and ~sparc when I did a version bump. I'm adding them now. Should support alpha arm hppa i386 ia64 m68k mipsmipsel powerpc s390 sparc according to debian documentation.
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.1.9.ebuild')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dns/pdnsd/pdnsd-1.1.9.ebuild b/net-dns/pdnsd/pdnsd-1.1.9.ebuild index 21e5e793bb0c..ea2ca1d410ce 100644 --- a/net-dns/pdnsd/pdnsd-1.1.9.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.9.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.9.ebuild,v 1.1 2004/02/02 16:59:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.9.ebuild,v 1.2 2004/02/03 06:17:53 dragonheart Exp $ DESCRIPTION="Proxy DNS server with permanent caching" @@ -17,8 +17,10 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD | GPL-2" -# Should work on ppc and sparc, (alpha?) -KEYWORDS="~x86" +# 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 +# According to release notes 1.1.8b1par7 is effectively 1.1.9 with minor documentation changes +KEYWORDS="~x86 ~ppc ~sparc" S=${WORKDIR}/${PN}-${PV} |