diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:36:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:36:51 +0000 |
commit | 8a82ed0d9d7c063aa51f5a1a0f36fe1d4a933c38 (patch) | |
tree | ce581a0869a78366ed48e5a924c3ef775c1fd147 /app-cdr/bchunk | |
parent | Remove rdepend=depend (diff) | |
download | historical-8a82ed0d9d7c063aa51f5a1a0f36fe1d4a933c38.tar.gz historical-8a82ed0d9d7c063aa51f5a1a0f36fe1d4a933c38.tar.bz2 historical-8a82ed0d9d7c063aa51f5a1a0f36fe1d4a933c38.zip |
Remove rdepend=depend
Diffstat (limited to 'app-cdr/bchunk')
-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" |