diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:31:15 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:31:15 +0000 |
commit | a4ba13ac82f9bde6563bae56b4c2d6c0f7317a51 (patch) | |
tree | 049958b8482527d73179e8cd736181bc35e59d17 /app-cdr/bchunk | |
parent | fix typo in postinst message (diff) | |
download | historical-a4ba13ac82f9bde6563bae56b4c2d6c0f7317a51.tar.gz historical-a4ba13ac82f9bde6563bae56b4c2d6c0f7317a51.tar.bz2 historical-a4ba13ac82f9bde6563bae56b4c2d6c0f7317a51.zip |
add slot and keywords
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index 1f5d0f0161d3..1455d37befe4 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 or later -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.2 2002/07/11 06:30:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.3 2002/07/22 01:31:15 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" @@ -8,6 +8,8 @@ SRC_URI="http://hes.iki.fi/bchunk/${P}.tar.gz" HOMEPAGE="http://hes.iki.fi/bchunk/" LICENSE="GPL" DEPEND="virtual/glibc" +SLOT="0" +KEYWORDS="x86" src_compile() { gcc ${CFLAGS} -o bchunk bchunk.c |