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 | 3060032d3fbc88ab4d96162b0fe31d5d114595a6 (patch) | |
tree | 6298952a29ebd5bf6c7156303d7f3fb6f1c044fe /app-emulation/fuse | |
parent | " Remove alsa 1.0 and esound patches" (Manifest recommit) (diff) | |
download | gentoo-2-3060032d3fbc88ab4d96162b0fe31d5d114595a6.tar.gz gentoo-2-3060032d3fbc88ab4d96162b0fe31d5d114595a6.tar.bz2 gentoo-2-3060032d3fbc88ab4d96162b0fe31d5d114595a6.zip |
work around portage dep issue (bug #45688)
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.1.1.ebuild | 24 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.2.1.ebuild | 24 |
3 files changed, 31 insertions, 23 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index d5e6bf3df3a3..fb0afff70133 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/fuse # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.6 2004/03/21 06:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.7 2004/03/26 09:45:59 mr_bones_ Exp $ + + 26 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fuse-0.6.1.1.ebuild, + fuse-0.6.2.1.ebuild: + work around portage dep issue (bug #45688) 20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fuse-0.6.1.1.ebuild, fuse-0.6.2.1.ebuild: diff --git a/app-emulation/fuse/fuse-0.6.1.1.ebuild b/app-emulation/fuse/fuse-0.6.1.1.ebuild index 9dc1d522d0f6..535d2f329b62 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-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.1.1.ebuild,v 1.9 2004/03/21 06:31:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.10 2004/03/26 09:45:59 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html" @@ -19,18 +19,20 @@ DEPEND="dev-lang/perl png? ( media-libs/libpng ) zlib? ( sys-libs/zlib ) >=app-emulation/libspectrum-0.1.0 - || ( - 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 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 |