diff options
author | 2002-10-20 18:40:23 +0000 | |
---|---|---|
committer | 2002-10-20 18:40:23 +0000 | |
commit | 46eff01ed30906f3115d7aff5d186162aa45bdcf (patch) | |
tree | 30176e032498a6c60968876b07625e02bd8fdbd1 /app-misc/glastree | |
parent | Remove rdepend=depend (diff) | |
download | historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.tar.gz historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.tar.bz2 historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.zip |
Remove rdepend=depend
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild index 62b803ca83b1..3b69a7f32a6e 100644 --- a/app-misc/glastree/glastree-0.57.ebuild +++ b/app-misc/glastree/glastree-0.57.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/app-misc/glastree/glastree-0.57.ebuild,v 1.4 2002/10/17 00:27:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.5 2002/10/20 18:40:22 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="sys-devel/perl dev-perl/Date-Calc" -RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86" LICENSE="public-domain" |