diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-05 15:49:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-05 16:12:09 +0200 |
commit | 14ed663ef67b54f8cc43e0639ae639a761c2d0bd (patch) | |
tree | 55929869a9d7c226edb3ec0931f1795ce6ce343f /app-emulation | |
parent | app-emulation/fuse: remove old version 1.5.0 (diff) | |
download | gentoo-14ed663ef67b54f8cc43e0639ae639a761c2d0bd.tar.gz gentoo-14ed663ef67b54f8cc43e0639ae639a761c2d0bd.tar.bz2 gentoo-14ed663ef67b54f8cc43e0639ae639a761c2d0bd.zip |
app-emulation/fuse: Fix RDEPEND sorting
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fuse/fuse-1.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild index 9670e420ea35..de133ea69920 100644 --- a/app-emulation/fuse/fuse-1.5.2.ebuild +++ b/app-emulation/fuse/fuse-1.5.2.ebuild @@ -15,14 +15,15 @@ IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick meml # Only one UI back-end can be enabled at a time REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )" -RDEPEND=">=app-emulation/libspectrum-1.4.1 +RDEPEND=" + >=app-emulation/libspectrum-1.4.1 + dev-libs/glib:2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) backend-sdl? ( media-libs/libsdl ) backend-svga? ( media-libs/svgalib ) backend-X? ( x11-libs/libX11 x11-libs/libXext ) !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) ) - dev-libs/glib:2 gpm? ( sys-libs/gpm ) joystick? ( media-libs/libjsw ) png? ( media-libs/libpng:0= sys-libs/zlib ) |