diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 09:44:49 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 09:44:49 +0000 |
commit | 3a5c037ad84c3a4504cadc3f853f87b4c17a4f6b (patch) | |
tree | 4be3e15f74299ddb6a38ccc874603a49c04c1b71 /app-cdr/bchunk | |
parent | Added ppc keyword (diff) | |
download | historical-3a5c037ad84c3a4504cadc3f853f87b4c17a4f6b.tar.gz historical-3a5c037ad84c3a4504cadc3f853f87b4c17a4f6b.tar.bz2 historical-3a5c037ad84c3a4504cadc3f853f87b4c17a4f6b.zip |
Added ppc keyword
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/ChangeLog | 4 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-cdr/bchunk/ChangeLog b/app-cdr/bchunk/ChangeLog index b6487393b33a..e458589c9461 100644 --- a/app-cdr/bchunk/ChangeLog +++ b/app-cdr/bchunk/ChangeLog @@ -3,6 +3,10 @@ *bchunk-1.1.1 (12 May 2002) + 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : + + Added ppc keyword + 12 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index 1455d37befe4..c1c51c4aae3b 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.3 2002/07/22 01:31:15 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.4 2002/08/14 09:14:53 pvdabeel 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" DEPEND="virtual/glibc" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { gcc ${CFLAGS} -o bchunk bchunk.c |