diff options
author | 2002-10-20 18:51:34 +0000 | |
---|---|---|
committer | 2002-10-20 18:51:34 +0000 | |
commit | 692da789d28c797ad445146ac87e0627c31cefb9 (patch) | |
tree | 48863e51e31399f480323b622456abbbf4cf031b /net-dns/dnsmasq | |
parent | Remove rdepend=depend (diff) | |
download | historical-692da789d28c797ad445146ac87e0627c31cefb9.tar.gz historical-692da789d28c797ad445146ac87e0627c31cefb9.tar.bz2 historical-692da789d28c797ad445146ac87e0627c31cefb9.zip |
Remove rdepend=depend
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-1.9.ebuild b/net-dns/dnsmasq/dnsmasq-1.9.ebuild index f81cb563bf3a..fbf6d90128c1 100644 --- a/net-dns/dnsmasq/dnsmasq-1.9.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.9.ebuild @@ -1,13 +1,12 @@ # 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.2 2002/10/19 22:02:14 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.9.ebuild,v 1.3 2002/10/20 18:51:34 vapier 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 ~ppc ~sparc ~sparc64" |