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 33A8A1580EB for ; Wed, 21 May 2025 11:06:03 +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 2015134393C for ; Wed, 21 May 2025 11:06:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F7AD1103DD; Wed, 21 May 2025 11:06:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 176911103DD for ; Wed, 21 May 2025 11:06:02 +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 C2F06343936 for ; Wed, 21 May 2025 11:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62082153E for ; Wed, 21 May 2025 11:06:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1747825551.a2ae4ca56ae435e33b3edeb3cbcc0a110e40d963.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catfish/catfish-4.20.1-r1.ebuild dev-util/catfish/catfish-4.20.1.ebuild X-VCS-Directories: dev-util/catfish/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2ae4ca56ae435e33b3edeb3cbcc0a110e40d963 X-VCS-Branch: master Date: Wed, 21 May 2025 11:06:00 +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: bedcaf77-79b9-404d-a559-780763f3f1db X-Archives-Hash: d64241e36f01e001617f548655334740 commit: a2ae4ca56ae435e33b3edeb3cbcc0a110e40d963 Author: Michał Górny gentoo org> AuthorDate: Wed May 21 10:41:33 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 21 11:05:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ae4ca5 dev-util/catfish: Fix shebang on installed script Signed-off-by: Michał Górny gentoo.org> dev-util/catfish/{catfish-4.20.1.ebuild => catfish-4.20.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/catfish/catfish-4.20.1.ebuild b/dev-util/catfish/catfish-4.20.1-r1.ebuild similarity index 95% rename from dev-util/catfish/catfish-4.20.1.ebuild rename to dev-util/catfish/catfish-4.20.1-r1.ebuild index 8505eb8579af..6bf5038f714d 100644 --- a/dev-util/catfish/catfish-4.20.1.ebuild +++ b/dev-util/catfish/catfish-4.20.1-r1.ebuild @@ -40,6 +40,11 @@ BDEPEND=" sys-devel/gettext " +src_prepare() { + default + python_fix_shebang bin/catfish +} + src_install() { meson_src_install # stupid meson