commit: 1d3f6190fbfb51f4e715bf686b3a2b91299d450a Author: Rick Elrod <rick <AT> elrod <DOT> me> AuthorDate: Tue Sep 8 23:48:41 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 11:42:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3f6190
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 <AT> elrod.me> Closes: https://bugs.gentoo.org/717616 Closes: https://github.com/gentoo/gentoo/pull/17479 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-fs/s3fs/s3fs-1.80.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/s3fs/s3fs-1.80.ebuild b/net-fs/s3fs/s3fs-1.80.ebuild index e04bd356019..a196cef2a3e 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}
