--- app-emulation/fuse/fuse-0.10.0.2-r3.ebuild 2009-12-22 04:38:32.000000000 +0000 +++ app-emulation/fuse/fuse-1.0.0.1.ebuild 2011-01-15 08:42:40.000000000 +0000 @@ -9,12 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="alsa ao fbcon gpm gtk joystick libsamplerate memlimit sdl svga X xml" +IUSE="alsa ao fbcon gpm gtk joystick memlimit sdl svga X xml" # This build is heavily use dependent. Fuse user interface use flags are, in # order of precedence: gtk, sdl, X, svga and fbcon. X version of fuse will # be built if no valid user interface flag is chosen. -RDEPEND=">=app-emulation/libspectrum-0.5 +RDEPEND=">=app-emulation/libspectrum-1.0.0 gtk? ( >=x11-libs/gtk+-2 alsa? ( media-libs/alsa-lib ) !alsa? ( ao? ( media-libs/libao ) ) @@ -44,7 +44,6 @@ joystick? ( media-libs/libjsw ) ) ) ) ) ) >=dev-libs/glib-2 media-libs/libpng - libsamplerate? ( >=media-libs/libsamplerate-0.1.0 ) xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} dev-lang/perl @@ -70,7 +69,6 @@ $(use_with gpm) \ $(use_with alsa) \ $(use_with ao libao) \ - $(use_with libsamplerate) \ $(use_with joystick) \ $(use_enable joystick ui-joystick) \ $(use_with xml libxml2) \