diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:37 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:37 +0000 |
commit | f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9 (patch) | |
tree | 5caa0e0782211d983f7f2730405b28d816c72108 /app-cdr/bchunk | |
parent | 12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.tar.gz historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.tar.bz2 historical-f74f1f002ebdb3d301a5c07a7f16aaf9dca673b9.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/ChangeLog | 3 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-cdr/bchunk/ChangeLog b/app-cdr/bchunk/ChangeLog index e458589c9461..55c6f5d73cfb 100644 --- a/app-cdr/bchunk/ChangeLog +++ b/app-cdr/bchunk/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL *bchunk-1.1.1 (12 May 2002) +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index 314148d579ff..777d4aad8a4d 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.9 2002/10/20 18:36:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.10 2002/12/09 04:17:37 manson 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 sparc64" +KEYWORDS="x86 ppc sparc " src_compile() { gcc ${CFLAGS} -o bchunk bchunk.c |