Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Thu, 10 Aug 2017 11:01:17
Message-Id: 1502362690.cbc166bbfc2edabf2e604535b3852e2370ae523b.mgorny@gentoo
1 commit: cbc166bbfc2edabf2e604535b3852e2370ae523b
2 Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 10:06:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 10:58:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc166bb
7
8 app-emulation/fuse: fix libspectrum version dependency
9
10 app-emulation/fuse/fuse-1.3.8.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/fuse/fuse-1.3.8.ebuild b/app-emulation/fuse/fuse-1.3.8.ebuild
14 index eca1e2d6ddb..bc9666f22b2 100644
15 --- a/app-emulation/fuse/fuse-1.3.8.ebuild
16 +++ b/app-emulation/fuse/fuse-1.3.8.ebuild
17 @@ -15,7 +15,7 @@ IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml"
18 # Only one UI back-end can be enabled at a time
19 REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"
20
21 -RDEPEND=">=app-emulation/libspectrum-1.3.5
22 +RDEPEND=">=app-emulation/libspectrum-1.3.6
23 dev-libs/glib:2
24 alsa? ( media-libs/alsa-lib )
25 ao? ( media-libs/libao )