From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C1081581EE for ; Tue, 25 Mar 2025 08:14:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 375E03433C4 for ; Tue, 25 Mar 2025 08:14:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6C98E1104B2; Tue, 25 Mar 2025 08:14:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 61ECC1104B1 for ; Tue, 25 Mar 2025 08:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DD8A343157 for ; Tue, 25 Mar 2025 08:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347E6284E for ; Tue, 25 Mar 2025 08:14:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742890391.20b9793461e530fe7f8f86865b0a52be561e8568.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rclone/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rclone/rclone-1.69.0-r1.ebuild net-misc/rclone/rclone-1.69.0.ebuild net-misc/rclone/rclone-1.69.1-r1.ebuild net-misc/rclone/rclone-1.69.1.ebuild X-VCS-Directories: net-misc/rclone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20b9793461e530fe7f8f86865b0a52be561e8568 X-VCS-Branch: master Date: Tue, 25 Mar 2025 08:14:07 +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: 7b20a9fe-6a5e-4539-9fe9-e06090ec6712 X-Archives-Hash: f8d9249a4aeab4bd1b0771796343984d commit: 20b9793461e530fe7f8f86865b0a52be561e8568 Author: Sam James gentoo org> AuthorDate: Tue Mar 25 08:10:22 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 25 08:13:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b97934 net-misc/rclone: subscribe to fuse:3 subslot Signed-off-by: Sam James gentoo.org> net-misc/rclone/{rclone-1.69.0.ebuild => rclone-1.69.0-r1.ebuild} | 2 +- net-misc/rclone/{rclone-1.69.1.ebuild => rclone-1.69.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/rclone/rclone-1.69.0.ebuild b/net-misc/rclone/rclone-1.69.0-r1.ebuild similarity index 98% rename from net-misc/rclone/rclone-1.69.0.ebuild rename to net-misc/rclone/rclone-1.69.0-r1.ebuild index b7a4c2e6e746..c13102b4bd56 100644 --- a/net-misc/rclone/rclone-1.69.0.ebuild +++ b/net-misc/rclone/rclone-1.69.0-r1.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" RDEPEND=" - sys-fs/fuse:3 + sys-fs/fuse:3= " CHECKREQS_DISK_BUILD="2500M" diff --git a/net-misc/rclone/rclone-1.69.1.ebuild b/net-misc/rclone/rclone-1.69.1-r1.ebuild similarity index 99% rename from net-misc/rclone/rclone-1.69.1.ebuild rename to net-misc/rclone/rclone-1.69.1-r1.ebuild index 803430bad21f..2fff2fb8786c 100644 --- a/net-misc/rclone/rclone-1.69.1.ebuild +++ b/net-misc/rclone/rclone-1.69.1-r1.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND=" - sys-fs/fuse:3 + sys-fs/fuse:3= " CHECKREQS_DISK_BUILD="2500M"