diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:46:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:46:13 +0000 |
commit | 67cb3f1434cb0f38b1de188210975da38bb24fb9 (patch) | |
tree | f4256be9dd7a5d1251add25eb100c211503d5f2e /dev-perl/Chart | |
parent | Remove rdepend=depend (diff) | |
download | historical-67cb3f1434cb0f38b1de188210975da38bb24fb9.tar.gz historical-67cb3f1434cb0f38b1de188210975da38bb24fb9.tar.bz2 historical-67cb3f1434cb0f38b1de188210975da38bb24fb9.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/Chart-1.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Chart/Chart-1.0.1.ebuild b/dev-perl/Chart/Chart-1.0.1.ebuild index 6b0a52a7a5ea..26731e34a0d5 100644 --- a/dev-perl/Chart/Chart-1.0.1.ebuild +++ b/dev-perl/Chart/Chart-1.0.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/dev-perl/Chart/Chart-1.0.1.ebuild,v 1.8 2002/10/17 16:43:13 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-1.0.1.ebuild,v 1.9 2002/10/20 18:46:13 vapier Exp $ inherit perl-module @@ -18,6 +18,5 @@ KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="${DEPEND} >=dev-perl/GD-1.19" -RDEPEND="${DEPEND}" mydoc="TODO" |