diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-17 22:52:09 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-17 22:52:09 +0000 |
commit | a8eee33811ccd0074ec546400beda8fadf78d43e (patch) | |
tree | 0a89773f386cf887368402ac89869bdc6cfb381e /app-emulation/uae | |
parent | changed ~x86 to x86 and fixed lintool-warnings. (diff) | |
download | gentoo-2-a8eee33811ccd0074ec546400beda8fadf78d43e.tar.gz gentoo-2-a8eee33811ccd0074ec546400beda8fadf78d43e.tar.bz2 gentoo-2-a8eee33811ccd0074ec546400beda8fadf78d43e.zip |
fixed lintool-warnings
Diffstat (limited to 'app-emulation/uae')
-rw-r--r-- | app-emulation/uae/uae-0.8.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild index 00817235c40d..3fa1063cbea8 100644 --- a/app-emulation/uae/uae-0.8.22.ebuild +++ b/app-emulation/uae/uae-0.8.22.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-emulation/uae/uae-0.8.22.ebuild,v 1.6 2002/11/02 23:56:35 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.7 2002/11/17 22:52:09 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="An amiga emulator" @@ -35,7 +35,7 @@ src_compile() { --enable-threads \ --enable-scsi-device \ ${myconf} || die "./configure failed" - + make || die } |