diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-21 04:06:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-21 04:06:00 +0000 |
commit | 2b9681a7058c7e1d28eaa3f71abb971e26689013 (patch) | |
tree | a8fa5b361d788ec90efaf2aee490617b681d0816 /app-emulation/fuse | |
parent | ver bump #31215 #27711 (diff) | |
download | gentoo-2-2b9681a7058c7e1d28eaa3f71abb971e26689013.tar.gz gentoo-2-2b9681a7058c7e1d28eaa3f71abb971e26689013.tar.bz2 gentoo-2-2b9681a7058c7e1d28eaa3f71abb971e26689013.zip |
fix IUSE
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/fuse-0.6.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/fuse/fuse-0.6.1.1.ebuild b/app-emulation/fuse/fuse-0.6.1.1.ebuild index c00cb702b4d2..7abc5dbcea13 100644 --- a/app-emulation/fuse/fuse-0.6.1.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.1 2003/11/21 04:04:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.2 2003/11/21 04:06:00 vapier Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="X svga libdsk" +IUSE="X svga libdsk gtk gtk2 sdl svga fbcon gnome" # This build is heavily use dependent. USE="svga" will build the svga # version of fuse, otherwise X will be used. Libdsk must be specified |