diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:52:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:52:19 +0000 |
commit | 52e1d26bef78759480394936afd1ee9e2e54e7bc (patch) | |
tree | 7c70fe3dc27e39fad9f49e654192c38c6206a23f /net-misc/neon | |
parent | Remove rdepend=depend (diff) | |
download | historical-52e1d26bef78759480394936afd1ee9e2e54e7bc.tar.gz historical-52e1d26bef78759480394936afd1ee9e2e54e7bc.tar.bz2 historical-52e1d26bef78759480394936afd1ee9e2e54e7bc.zip |
Remove rdepend=depend
Diffstat (limited to 'net-misc/neon')
-rw-r--r-- | net-misc/neon/neon-0.21.3.ebuild | 3 | ||||
-rw-r--r-- | net-misc/neon/neon-0.23.2.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/neon/neon-0.21.3.ebuild b/net-misc/neon/neon-0.21.3.ebuild index 5c5405581372..b27b0a4cd420 100644 --- a/net-misc/neon/neon-0.21.3.ebuild +++ b/net-misc/neon/neon-0.21.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.5 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.6 2002/10/20 18:52:19 vapier Exp $ IUSE="ssl" @@ -11,7 +11,6 @@ HOMEPAGE="http://www.webdav.org/neon" DEPEND="dev-libs/libxml2 ssl? ( >=dev-libs/openssl-0.9.6 )" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" diff --git a/net-misc/neon/neon-0.23.2.ebuild b/net-misc/neon/neon-0.23.2.ebuild index e1ae5d79660e..10785ad33e12 100644 --- a/net-misc/neon/neon-0.23.2.ebuild +++ b/net-misc/neon/neon-0.23.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.2.ebuild,v 1.1 2002/10/18 20:10:44 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.2.ebuild,v 1.2 2002/10/20 18:52:19 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -9,7 +9,6 @@ HOMEPAGE="http://www.webdav.org/neon" DEPEND="dev-libs/libxml2 ssl? ( >=dev-libs/openssl-0.9.6f )" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" |