From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F874138359 for ; Mon, 5 Oct 2020 11:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D85AE0863; Mon, 5 Oct 2020 11:43:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE1BE0863 for ; Mon, 5 Oct 2020 11:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F7C33D3C1 for ; Mon, 5 Oct 2020 11:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E31EB343 for ; Mon, 5 Oct 2020 11:43:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601898177.1d3f6190fbfb51f4e715bf686b3a2b91299d450a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/s3fs/s3fs-1.80.ebuild X-VCS-Directories: net-fs/s3fs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1d3f6190fbfb51f4e715bf686b3a2b91299d450a X-VCS-Branch: master Date: Mon, 5 Oct 2020 11:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e97efcc-a509-47c7-ba26-de2854d08f9d X-Archives-Hash: 99ec974e824162016752e1f0848239cd commit: 1d3f6190fbfb51f4e715bf686b3a2b91299d450a Author: Rick Elrod elrod me> AuthorDate: Tue Sep 8 23:48:41 2020 +0000 Commit: Joonas Niilola gentoo 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 elrod.me> Closes: https://bugs.gentoo.org/717616 Closes: https://github.com/gentoo/gentoo/pull/17479 Signed-off-by: Joonas Niilola 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}