Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Thu, 05 Apr 2018 14:12:24
Message-Id: 1522937529.14ed663ef67b54f8cc43e0639ae639a761c2d0bd.asturm@gentoo
1 commit: 14ed663ef67b54f8cc43e0639ae639a761c2d0bd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 13:49:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:12:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed663e
7
8 app-emulation/fuse: Fix RDEPEND sorting
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 app-emulation/fuse/fuse-1.5.2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/fuse/fuse-1.5.2.ebuild b/app-emulation/fuse/fuse-1.5.2.ebuild
16 index 9670e420ea3..de133ea6992 100644
17 --- a/app-emulation/fuse/fuse-1.5.2.ebuild
18 +++ b/app-emulation/fuse/fuse-1.5.2.ebuild
19 @@ -15,14 +15,15 @@ IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick meml
20 # Only one UI back-end can be enabled at a time
21 REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )"
22
23 -RDEPEND=">=app-emulation/libspectrum-1.4.1
24 +RDEPEND="
25 + >=app-emulation/libspectrum-1.4.1
26 + dev-libs/glib:2
27 alsa? ( media-libs/alsa-lib )
28 ao? ( media-libs/libao )
29 backend-sdl? ( media-libs/libsdl )
30 backend-svga? ( media-libs/svgalib )
31 backend-X? ( x11-libs/libX11 x11-libs/libXext )
32 !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) )
33 - dev-libs/glib:2
34 gpm? ( sys-libs/gpm )
35 joystick? ( media-libs/libjsw )
36 png? ( media-libs/libpng:0= sys-libs/zlib )