diff options
author | Rick Elrod <rick@elrod.me> | 2020-09-08 18:48:41 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-05 14:42:57 +0300 |
commit | 1d3f6190fbfb51f4e715bf686b3a2b91299d450a (patch) | |
tree | 28805fad24c44857f6fea9742364326d9bf3f125 /net-fs/s3fs | |
parent | dev-perl/X11-XCB: Bump to version 0.180.0 (diff) | |
download | gentoo-1d3f6190fbfb51f4e715bf686b3a2b91299d450a.tar.gz gentoo-1d3f6190fbfb51f4e715bf686b3a2b91299d450a.tar.bz2 gentoo-1d3f6190fbfb51f4e715bf686b3a2b91299d450a.zip |
net-fs/s3fs: Specify slot for dev-fs/fuse in 1.80
Similar to 3710a40f819dd27e8d254fb194f9ba5c1b480fcc for
dev-utils/ostree, we need FUSE 2 for this to build, so
specify the slot explicitly.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Rick Elrod <rick@elrod.me>
Closes: https://bugs.gentoo.org/717616
Closes: https://github.com/gentoo/gentoo/pull/17479
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-fs/s3fs')
-rw-r--r-- | net-fs/s3fs/s3fs-1.80.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/s3fs/s3fs-1.80.ebuild b/net-fs/s3fs/s3fs-1.80.ebuild index e04bd356019f..a196cef2a3e1 100644 --- a/net-fs/s3fs/s3fs-1.80.ebuild +++ b/net-fs/s3fs/s3fs-1.80.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ CDEPEND=" gnutls? ( net-libs/gnutls ) nettle? ( dev-libs/nettle ) >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" + >=sys-fs/fuse-2.8.4:0" RDEPEND=" ${CDEPEND} |