diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:45:18 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:45:18 +0000 |
commit | ab976ff9449890849b569ac2b5d624a0367878e4 (patch) | |
tree | 8f9c568d635158b08ff618fa3be99b996ef38ed2 /app-emulation/uae/uae-0.8.22.ebuild | |
parent | Added sparc64 to keywords (diff) | |
download | gentoo-2-ab976ff9449890849b569ac2b5d624a0367878e4.tar.gz gentoo-2-ab976ff9449890849b569ac2b5d624a0367878e4.tar.bz2 gentoo-2-ab976ff9449890849b569ac2b5d624a0367878e4.zip |
Added IUSE
Diffstat (limited to 'app-emulation/uae/uae-0.8.22.ebuild')
-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 33d3b3f4dc12..9cedcd3973eb 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.3 2002/10/17 01:06:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.4 2002/10/17 13:45:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="An amiga emulator" @@ -11,7 +11,7 @@ DEPEND="X? ( virtual/x11 gtk? ( x11-libs/gtk+ ) ) : ( sys-libs/ncurses svga? ( m SRC_URI="ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/${P}.tar.gz" SLOT="0" KEYWORDS="x86" - +IUSE="X gtk svga sdl" src_compile() { local myopt |