diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
commit | 4f7c7f43f4cade4dbfcc57737e65779dd1c52cc7 (patch) | |
tree | 089f0b865b94e3c24a6165f2c1d333bd16b432ce /games-emulation/emutos/emutos-0.7.ebuild | |
parent | die backticks (diff) | |
download | historical-4f7c7f43f4cade4dbfcc57737e65779dd1c52cc7.tar.gz historical-4f7c7f43f4cade4dbfcc57737e65779dd1c52cc7.tar.bz2 historical-4f7c7f43f4cade4dbfcc57737e65779dd1c52cc7.zip |
IUSE
Diffstat (limited to 'games-emulation/emutos/emutos-0.7.ebuild')
-rw-r--r-- | games-emulation/emutos/emutos-0.7.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/emutos/emutos-0.7.ebuild b/games-emulation/emutos/emutos-0.7.ebuild index 05ca3c79f081..e7e9774027ee 100644 --- a/games-emulation/emutos/emutos-0.7.ebuild +++ b/games-emulation/emutos/emutos-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.4 2004/02/29 10:30:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.5 2004/04/13 09:55:27 mr_bones_ Exp $ inherit games @@ -12,13 +12,14 @@ SRC_URI="mirror://sourceforge/emutos/etos512k-${PV}.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="app-arch/unzip" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_install() { - dogameslib *.img + dogameslib *.img || die "dogameslib failed" dodoc doc/{announce,authors,changelog,readme,status}.txt prepgamesdirs } |