Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/
Date: Mon, 05 Oct 2020 11:43:10
Message-Id: 1601898177.1d3f6190fbfb51f4e715bf686b3a2b91299d450a.juippis@gentoo
1 commit: 1d3f6190fbfb51f4e715bf686b3a2b91299d450a
2 Author: Rick Elrod <rick <AT> elrod <DOT> me>
3 AuthorDate: Tue Sep 8 23:48:41 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 11:42:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3f6190
7
8 net-fs/s3fs: Specify slot for dev-fs/fuse in 1.80
9
10 Similar to 3710a40f819dd27e8d254fb194f9ba5c1b480fcc for
11 dev-utils/ostree, we need FUSE 2 for this to build, so
12 specify the slot explicitly.
13
14 Package-Manager: Portage-3.0.6, Repoman-3.0.1
15 Signed-off-by: Rick Elrod <rick <AT> elrod.me>
16 Closes: https://bugs.gentoo.org/717616
17 Closes: https://github.com/gentoo/gentoo/pull/17479
18 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
19
20 net-fs/s3fs/s3fs-1.80.ebuild | 4 ++--
21 1 file changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/net-fs/s3fs/s3fs-1.80.ebuild b/net-fs/s3fs/s3fs-1.80.ebuild
24 index e04bd356019..a196cef2a3e 100644
25 --- a/net-fs/s3fs/s3fs-1.80.ebuild
26 +++ b/net-fs/s3fs/s3fs-1.80.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -27,7 +27,7 @@ CDEPEND="
34 gnutls? ( net-libs/gnutls )
35 nettle? ( dev-libs/nettle )
36 >=net-misc/curl-7.0
37 - >=sys-fs/fuse-2.8.4"
38 + >=sys-fs/fuse-2.8.4:0"
39
40 RDEPEND="
41 ${CDEPEND}