Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Wed, 12 Oct 2016 18:11:18
Message-Id: 1476295864.c53b485f7da6d3b91e6fc69556d1bb62e676359a.pacho@gentoo
1 commit: c53b485f7da6d3b91e6fc69556d1bb62e676359a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 18:10:23 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 18:11:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b485f
7
8 app-emulation/fuse: Specify proper slots
9
10 Package-Manager: portage-2.3.1
11
12 app-emulation/fuse/fuse-1.1.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/fuse/fuse-1.1.1.ebuild b/app-emulation/fuse/fuse-1.1.1.ebuild
16 index 5ed35a4..f900252 100644
17 --- a/app-emulation/fuse/fuse-1.1.1.ebuild
18 +++ b/app-emulation/fuse/fuse-1.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -46,8 +46,8 @@ RDEPEND="~app-emulation/libspectrum-1.1.1
26 !alsa? ( ao? ( media-libs/libao ) )
27 joystick? ( media-libs/libjsw ) ) ) ) ) )
28 dev-libs/glib:2
29 - png? ( media-libs/libpng sys-libs/zlib )
30 - xml? ( dev-libs/libxml2 )"
31 + png? ( media-libs/libpng:0= sys-libs/zlib )
32 + xml? ( dev-libs/libxml2:2 )"
33 DEPEND="${RDEPEND}
34 fbcon? ( virtual/linux-sources )
35 dev-lang/perl