diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 22:39:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 22:39:18 +0000 |
commit | 2415be380f2c2ad124f7b8dc50f305b0cbc3c814 (patch) | |
tree | 992d5d893c07b7fbd827556a40fb4b88c48701ea /app-cdr/bchunk | |
parent | LZO 1.08 (diff) | |
download | historical-2415be380f2c2ad124f7b8dc50f305b0cbc3c814.tar.gz historical-2415be380f2c2ad124f7b8dc50f305b0cbc3c814.tar.bz2 historical-2415be380f2c2ad124f7b8dc50f305b0cbc3c814.zip |
LICENSE was GPL, should have been GPL-2
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index 79c93de7e994..e511edffe3a9 100644 --- a/app-cdr/bchunk/bchunk-1.1.1.ebuild +++ b/app-cdr/bchunk/bchunk-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.5 2002/08/16 02:31:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.6 2002/09/21 22:39:18 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" SRC_URI="http://hes.iki.fi/bchunk/${P}.tar.gz" HOMEPAGE="http://hes.iki.fi/bchunk/" -LICENSE="GPL" +LICENSE="GPL-2" DEPEND="virtual/glibc" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" |