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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89B8315A7D9 for ; Wed, 22 Mar 2023 01:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A96E0891; Wed, 22 Mar 2023 01:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD01BE0891 for ; Wed, 22 Mar 2023 01:20:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9A43340E43 for ; Wed, 22 Mar 2023 01:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64818F3 for ; Wed, 22 Mar 2023 01:20:32 +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: <1679447845.f96f714e20613a5f255f9cd6e5251eb686719b28.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.62.2-r1.ebuild net-misc/rclone/rclone-1.62.2.ebuild X-VCS-Directories: net-misc/rclone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f96f714e20613a5f255f9cd6e5251eb686719b28 X-VCS-Branch: master Date: Wed, 22 Mar 2023 01:20:32 +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: 5370bb89-b72d-4a44-bed2-7bbcd150360e X-Archives-Hash: 3d9d93dbad03c191e3bf0ae9d75f3759 commit: f96f714e20613a5f255f9cd6e5251eb686719b28 Author: jinqiang zhang 0x0 ee> AuthorDate: Tue Mar 21 10:26:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 22 01:17:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96f714e net-misc/rclone: 1.62.2 add fuse3 RDEPEND Closes: https://bugs.gentoo.org/902507 Signed-off-by: jinqiang zhang 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/30280 Signed-off-by: Sam James gentoo.org> net-misc/rclone/{rclone-1.62.2.ebuild => rclone-1.62.2-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/rclone/rclone-1.62.2.ebuild b/net-misc/rclone/rclone-1.62.2-r1.ebuild similarity index 97% rename from net-misc/rclone/rclone-1.62.2.ebuild rename to net-misc/rclone/rclone-1.62.2-r1.ebuild index 649ec2384a36..715bda67b36e 100644 --- a/net-misc/rclone/rclone-1.62.2.ebuild +++ b/net-misc/rclone/rclone-1.62.2-r1.ebuild @@ -17,6 +17,8 @@ LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" SLOT="0" IUSE="" +RDEPEND="sys-fs/fuse:3" + src_compile() { go build -mod=readonly . || die "compile failed" }