diff options
author | jinqiang zhang <peeweep@0x0.ee> | 2023-03-21 10:26:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 01:17:25 +0000 |
commit | f96f714e20613a5f255f9cd6e5251eb686719b28 (patch) | |
tree | 3d259ad6add47f6a3dde61a52543c51bb99684b9 /net-misc | |
parent | mate-base/mate-panel: Fix install in prefix (diff) | |
download | gentoo-f96f714e20613a5f255f9cd6e5251eb686719b28.tar.gz gentoo-f96f714e20613a5f255f9cd6e5251eb686719b28.tar.bz2 gentoo-f96f714e20613a5f255f9cd6e5251eb686719b28.zip |
net-misc/rclone: 1.62.2 add fuse3 RDEPEND
Closes: https://bugs.gentoo.org/902507
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/30280
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rclone/rclone-1.62.2-r1.ebuild (renamed from net-misc/rclone/rclone-1.62.2.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/rclone/rclone-1.62.2.ebuild b/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" } |