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/xtail | |
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/xtail')
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index b8b198629157..9f2d484fb6f0 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.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/xtail/xtail-2.1.ebuild,v 1.7 2002/10/04 03:47:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.8 2002/10/20 18:14:57 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tail multiple logfiles at once, even if rotated." @@ -12,7 +12,6 @@ LICENSE="as-is" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { econf || die |