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 | |
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')
-rw-r--r-- | app-emulation/uae/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/uae/uae-0.8.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog index 1083e0111b65..19272f70e063 100644 --- a/app-emulation/uae/ChangeLog +++ b/app-emulation/uae/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-emulation/uae # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.2 2002/10/17 01:04:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.3 2002/10/17 13:45:18 aliz Exp $ *uae-0.8.22 (9 Oct 2002) + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> uae-0.8.22.ebuild : + Added IUSE. + 16 Oct 2002; Mike Frysinger <vapier@gentoo.org> : Changed the references to the USE variable 'svgalib' to 'svga' 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 |