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 95D7B1580E0 for ; Mon, 27 Jan 2025 09:57:36 +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 5137E343426 for ; Mon, 27 Jan 2025 09:57:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7F2E9110474; Mon, 27 Jan 2025 09:57:25 +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 6E42B110475 for ; Mon, 27 Jan 2025 09:57:25 +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 2A809343426 for ; Mon, 27 Jan 2025 09:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EFD72532 for ; Mon, 27 Jan 2025 09:57:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1737731505.75b463a1fad9aff45bd88f5a9512ff64893a75be.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/ugrep/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/ugrep/ugrep-7.2.0.ebuild X-VCS-Directories: sys-apps/ugrep/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 75b463a1fad9aff45bd88f5a9512ff64893a75be X-VCS-Branch: master Date: Mon, 27 Jan 2025 09:57:22 +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: d2529a5d-8593-4743-a61d-c39431db709b X-Archives-Hash: d3bf58da34511f99cc9ae067d66d5604 commit: 75b463a1fad9aff45bd88f5a9512ff64893a75be Author: Ada Ahmed gmail com> AuthorDate: Fri Jan 24 15:11:45 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Jan 24 15:11:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75b463a1 sys-apps/ugrep: fix completions lacking compgen.sh Signed-off-by: Ada Ahmed gmail.com> sys-apps/ugrep/ugrep-7.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/ugrep/ugrep-7.2.0.ebuild b/sys-apps/ugrep/ugrep-7.2.0.ebuild index 4acdd0f47..3118c3c5d 100644 --- a/sys-apps/ugrep/ugrep-7.2.0.ebuild +++ b/sys-apps/ugrep/ugrep-7.2.0.ebuild @@ -61,8 +61,8 @@ src_configure() { src_install() { default - dobashcomp "${S}"/completions/bash/ug "${S}"/completions/bash/ugrep-indexer - dofishcomp "${S}"/completions/fish/*.fish + dobashcomp "${S}"/completions/bash/* + dofishcomp "${S}"/completions/fish/* dozshcomp "${S}"/completions/zsh/_* }