diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
commit | f7ee013449accc92c5ee72fd4ad947e2d7ba4e46 (patch) | |
tree | 870ed94ba45954e109bd6d421a7ef3ee483ca6fa /app-admin/whowatch | |
parent | New Ebuild. (diff) | |
download | gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.gz gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.bz2 gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.zip |
Remove rdepend=depend
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild index 488bb8e27d45..8a151f216ebc 100644 --- a/app-admin/whowatch/whowatch-1.5.2.ebuild +++ b/app-admin/whowatch/whowatch-1.5.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/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.10 2002/10/04 03:47:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.11 2002/10/20 18:14:57 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="an interactive who-like program that displays information @@ -13,7 +13,6 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |