diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-30 20:28:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-30 20:28:33 +0000 |
commit | 3213c65fb9dd71b9ae67e1affbfa0f00ed7cebe6 (patch) | |
tree | 3e77b72a9aa7348e3cee65b331a43235c6f18ed7 /app-cdr | |
parent | version bump (diff) | |
download | historical-3213c65fb9dd71b9ae67e1affbfa0f00ed7cebe6.tar.gz historical-3213c65fb9dd71b9ae67e1affbfa0f00ed7cebe6.tar.bz2 historical-3213c65fb9dd71b9ae67e1affbfa0f00ed7cebe6.zip |
moved mask from portage.mask to KEYWORDS
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/bin2iso/bin2iso-19b-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild b/app-cdr/bin2iso/bin2iso-19b-r1.ebuild index f0ca10304424..18a3f931dd73 100644 --- a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild +++ b/app-cdr/bin2iso/bin2iso-19b-r1.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/bin2iso/bin2iso-19b-r1.ebuild,v 1.1 2002/10/21 06:41:28 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b-r1.ebuild,v 1.2 2002/10/30 20:28:33 vapier Exp $ DESCRIPTION="Bin2iso converts RAW format (.bin/.cue) files to ISO/WAV format.It can also create cue files for .bin's" HOMEPAGE="http://users.andara.com/~doiron/bin2iso/" @@ -8,7 +8,7 @@ LICENSE="public-domain" DEPEND="virtual/glibc" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" SRC_URI="http://users.eastlink.ca/~doiron/bin2iso/linux/bin2iso19b_linux.c http://users.andara.com/~doiron/bin2iso/readme.txt" @@ -25,9 +25,7 @@ src_compile() { gcc bin2iso19b_linux.c -o ${PN} ${CFLAGS} || die } -src_install () { - +src_install() { dobin ${PN} dodoc readme.txt - } |