diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:37:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:37:25 +0000 |
commit | 6dbb6d576e3fee0153721409444ca70eaf9ca2a2 (patch) | |
tree | 6aa85a35631b54712a03ea8e9a3ad607949036f1 /app-cdr/bchunk/bchunk-1.1.1.ebuild | |
parent | indent fix (diff) | |
download | gentoo-2-6dbb6d576e3fee0153721409444ca70eaf9ca2a2.tar.gz gentoo-2-6dbb6d576e3fee0153721409444ca70eaf9ca2a2.tar.bz2 gentoo-2-6dbb6d576e3fee0153721409444ca70eaf9ca2a2.zip |
Remove rdepend=depend
Diffstat (limited to 'app-cdr/bchunk/bchunk-1.1.1.ebuild')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index db0d3bf6bf20..314148d579ff 100644 --- a/app-cdr/bchunk/bchunk-1.1.1.ebuild +++ b/app-cdr/bchunk/bchunk-1.1.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-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.8 2002/10/17 12:55:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.9 2002/10/20 18:36:51 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" @@ -8,7 +8,6 @@ SRC_URI="http://hes.iki.fi/bchunk/${P}.tar.gz" HOMEPAGE="http://hes.iki.fi/bchunk/" LICENSE="GPL-2" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" |