diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 09:45:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-26 09:45:59 +0000 |
commit | 02827f8ab50ddc15c3527edb11f1e5c7a869c68e (patch) | |
tree | 56c05b8e017fb7c188f23170740be0a4d76e03a0 /app-emulation/fuse/fuse-0.6.2.1.ebuild | |
parent | " Remove alsa 1.0 and esound patches" (diff) | |
download | historical-02827f8ab50ddc15c3527edb11f1e5c7a869c68e.tar.gz historical-02827f8ab50ddc15c3527edb11f1e5c7a869c68e.tar.bz2 historical-02827f8ab50ddc15c3527edb11f1e5c7a869c68e.zip |
work around portage dep issue (bug #45688)
Diffstat (limited to 'app-emulation/fuse/fuse-0.6.2.1.ebuild')
-rw-r--r-- | app-emulation/fuse/fuse-0.6.2.1.ebuild | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/app-emulation/fuse/fuse-0.6.2.1.ebuild b/app-emulation/fuse/fuse-0.6.2.1.ebuild index 7721408f090a..8131876deea2 100644 --- a/app-emulation/fuse/fuse-0.6.2.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.1.ebuild,v 1.2 2004/03/21 06:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.2.1.ebuild,v 1.3 2004/03/26 09:45:59 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net/" @@ -19,18 +19,20 @@ DEPEND="dev-lang/perl png? ( media-libs/libpng ) zlib? ( sys-libs/zlib ) >=app-emulation/libspectrum-0.2.1 - || ( - X? ( + X? ( + virtual/x11 + gtk? ( + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* ) + ) + ) + !X? ( + || ( + sdl? ( media-libs/libsdl ) + svga? ( media-libs/svgalib ) + fbcon? ( ) virtual/x11 - gtk? ( - gtk2? ( =x11-libs/gtk+-2* ) - !gtk2? ( =x11-libs/gtk+-1* ) - ) ) - sdl? ( media-libs/libsdl ) - svga? ( media-libs/svgalib ) - fbcon? ( ) - virtual/x11 ) gnome? ( =dev-libs/glib-1* ) libdsk? ( app-emulation/libdsk |