diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-10-19 22:02:14 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-10-19 22:02:14 +0000 |
commit | f936ba25bdb1d50bc8f4b44d7554f32fe152e8ee (patch) | |
tree | e82a743139da177613eaf0b437c7582d9e257465 /net-dns/dnsmasq | |
parent | unstable profile (diff) | |
download | gentoo-2-f936ba25bdb1d50bc8f4b44d7554f32fe152e8ee.tar.gz gentoo-2-f936ba25bdb1d50bc8f4b44d7554f32fe152e8ee.tar.bz2 gentoo-2-f936ba25bdb1d50bc8f4b44d7554f32fe152e8ee.zip |
policy fixie..
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.9.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index 8af555a867be..c3d7fe07246c 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.3 2002/10/13 06:26:56 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.4 2002/10/19 22:02:14 woodchip Exp $ + + 19 Oct 2002; Donny Davies <woodchip@gentoo.org> : + Mark all arch with ~, they were there before. *dnsmasq-1.9 (12 Oct 2002) diff --git a/net-dns/dnsmasq/dnsmasq-1.9.ebuild b/net-dns/dnsmasq/dnsmasq-1.9.ebuild index 795e4f57d17d..f81cb563bf3a 100644 --- a/net-dns/dnsmasq/dnsmasq-1.9.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.9.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.9.ebuild,v 1.1 2002/10/13 06:26:56 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.9.ebuild,v 1.2 2002/10/19 22:02:14 woodchip Exp $ DESCRIPTION="Proxy DNS server" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" src_unpack() { unpack ${A} ; cd ${S} |