diff options
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-1.15.ebuild')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-1.15.ebuild b/net-dns/dnsmasq/dnsmasq-1.15.ebuild index 1d6079e0083f..86bfed7dfc61 100644 --- a/net-dns/dnsmasq/dnsmasq-1.15.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.15.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.15.ebuild,v 1.1 2003/09/16 22:45:29 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.15.ebuild,v 1.2 2003/09/19 01:13:56 avenj Exp $ DESCRIPTION="Small forwarding DNS server for local networks" 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 ia64" src_unpack() { unpack ${A} ; cd ${S} |