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 | 16e7dbf375a54dab7c45b99d126ee2d7656f3826 (patch) | |
tree | 5d52de1c0919deb87440d3590d23dd41439f3186 /app-emulation/fuse | |
parent | ver bump #31215 #27711 (diff) | |
download | historical-16e7dbf375a54dab7c45b99d126ee2d7656f3826.tar.gz historical-16e7dbf375a54dab7c45b99d126ee2d7656f3826.tar.bz2 historical-16e7dbf375a54dab7c45b99d126ee2d7656f3826.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 |