diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-11 03:43:49 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-11 03:43:49 +0000 |
commit | 0df08b554211a91bd4b250689d3b0d51d4f20851 (patch) | |
tree | 4b7f0f1784fc950b0d9620a8f5e385dd7a5a36ad /net-dns/dnsmasq/dnsmasq-1.12.ebuild | |
parent | Minor tweaks. (diff) | |
download | gentoo-2-0df08b554211a91bd4b250689d3b0d51d4f20851.tar.gz gentoo-2-0df08b554211a91bd4b250689d3b0d51d4f20851.tar.bz2 gentoo-2-0df08b554211a91bd4b250689d3b0d51d4f20851.zip |
Stable keywords for x86
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-1.12.ebuild')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-1.12.ebuild b/net-dns/dnsmasq/dnsmasq-1.12.ebuild index 21f89fd01d4c..8d6257cfec8d 100644 --- a/net-dns/dnsmasq/dnsmasq-1.12.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.12.ebuild,v 1.1 2003/04/23 01:35:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.12.ebuild,v 1.2 2003/05/11 03:43:36 avenj Exp $ DESCRIPTION="Proxy DNS server" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -9,7 +9,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" src_unpack() { unpack ${A} ; cd ${S} |