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 63EB21582EF for ; Mon, 24 Feb 2025 08:16:27 +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 014E83431D5 for ; Mon, 24 Feb 2025 08:16:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB06211037D; Mon, 24 Feb 2025 08:16:21 +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 E0BEC1102F2 for ; Mon, 24 Feb 2025 08:16:21 +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 67687342FB4 for ; Mon, 24 Feb 2025 08:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E401D2712 for ; Mon, 24 Feb 2025 08:16:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1740384946.a8d7443a4d14d3c9b4028c084d7a7ccb2c89d69b.arthurzam@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.1.ebuild X-VCS-Directories: net-misc/rclone/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a8d7443a4d14d3c9b4028c084d7a7ccb2c89d69b X-VCS-Branch: master Date: Mon, 24 Feb 2025 08:16:19 +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: 62741609-fb17-4394-a7b1-c1aca1f8e0b6 X-Archives-Hash: ce5ac908c40de35d5b60a78fe5b06b75 commit: a8d7443a4d14d3c9b4028c084d7a7ccb2c89d69b Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 23 19:17:03 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Feb 24 08:15:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d7443a net-misc/rclone: fix fish completion name Signed-off-by: Arthur Zamarin gentoo.org> net-misc/rclone/rclone-1.69.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rclone/rclone-1.69.1.ebuild b/net-misc/rclone/rclone-1.69.1.ebuild index bbc13c2acf76..803430bad21f 100644 --- a/net-misc/rclone/rclone-1.69.1.ebuild +++ b/net-misc/rclone/rclone-1.69.1.ebuild @@ -68,7 +68,7 @@ src_install() { newbashcomp "${PN}.bash" "${PN}" newzshcomp "${PN}.zsh" "_${PN}" - newfishcomp "${PN}.fish" "${PN}" + dofishcomp "${PN}.fish" doman "${PN}.1" einstalldocs