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/LinNeighborhood | |
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/LinNeighborhood')
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild | 3 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild index 34e4d5fe9a20..5b07352821f9 100644 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild +++ b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.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/LinNeighborhood/LinNeighborhood-0.6.4.ebuild,v 1.9 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild,v 1.10 2002/10/20 18:52:19 vapier Exp $ IUSE="nls" @@ -15,7 +15,6 @@ SLOT="0" DEPEND=" =x11-libs/gtk+-1.2* net-fs/samba nls? ( sys-devel/gettext ) " -RDEPEND="${DEPEND}" src_compile() { diff --git a/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild index 542b0547bc39..6298f94c3aa8 100644 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild +++ b/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.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/LinNeighborhood/LinNeighborhood-0.6.5.ebuild,v 1.4 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild,v 1.5 2002/10/20 18:52:19 vapier Exp $ IUSE="nls" @@ -14,7 +14,6 @@ SLOT="0" DEPEND="=x11-libs/gtk+-1.2* net-fs/samba nls? ( sys-devel/gettext )" -RDEPEND="${DEPEND}" src_compile() { local myopts |