diff options
author | 2004-04-30 19:10:45 +0000 | |
---|---|---|
committer | 2004-04-30 19:10:45 +0000 | |
commit | 744b5fc5ad9ff2934997b22b90cf8be07fe6af77 (patch) | |
tree | d26ac008b7e2495bbfc9ad7a72d481613661ddfc /net-dns/pdnsd/pdnsd-1.1.10.ebuild | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-744b5fc5ad9ff2934997b22b90cf8be07fe6af77.tar.gz gentoo-2-744b5fc5ad9ff2934997b22b90cf8be07fe6af77.tar.bz2 gentoo-2-744b5fc5ad9ff2934997b22b90cf8be07fe6af77.zip |
Keyworded ~alpha.
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.1.10.ebuild')
-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 6cb3e1395f8e..6480413b7878 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.6 2004/04/09 03:29:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.7 2004/04/30 19:10:45 kloeri 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" +KEYWORDS="x86 ppc sparc ~alpha" S=${WORKDIR}/${PN}-${PV} |