diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 18:02:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 18:02:53 +0000 |
commit | 3d04a370ea7974e9a55e2b9512055fcbf950648d (patch) | |
tree | 4d1986bec4c784852733bc072a28b1c186aefac7 /app-cdr/bchunk | |
parent | stable on alpha (Manifest recommit) (diff) | |
download | gentoo-2-3d04a370ea7974e9a55e2b9512055fcbf950648d.tar.gz gentoo-2-3d04a370ea7974e9a55e2b9512055fcbf950648d.tar.bz2 gentoo-2-3d04a370ea7974e9a55e2b9512055fcbf950648d.zip |
Remove arm keywords
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 8175693154d7..5745a4d19df8 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-2003 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.11 2003/02/13 05:59:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.12 2004/02/22 18:00:25 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" @@ -9,7 +9,7 @@ HOMEPAGE="http://hes.iki.fi/bchunk/" LICENSE="GPL-2" DEPEND="virtual/glibc" SLOT="0" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" src_compile() { gcc ${CFLAGS} -o bchunk bchunk.c |