diff options
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} |