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 BDA981580F6 for ; Fri, 07 Nov 2025 15:13:18 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A3847341098 for ; Fri, 07 Nov 2025 15:13:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AE1C211056D; Fri, 07 Nov 2025 15:13:15 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A5C1111056D for ; Fri, 07 Nov 2025 15:13:15 +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 5AFB9340FD4 for ; Fri, 07 Nov 2025 15:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C23A83BAB for ; Fri, 07 Nov 2025 15:13:13 +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: <1762528387.c95ec50b5756bbec7971b4f879cdc3aa7c709178.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fish/fish-4.1.2.ebuild X-VCS-Directories: app-shells/fish/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c95ec50b5756bbec7971b4f879cdc3aa7c709178 X-VCS-Branch: master Date: Fri, 07 Nov 2025 15:13:13 +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: 07871ccc-9972-4160-8aa0-3fd46b99c49a X-Archives-Hash: b900e1358b9d80323e39a1722247119b commit: c95ec50b5756bbec7971b4f879cdc3aa7c709178 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 7 15:13:07 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 7 15:13:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95ec50b app-shells/fish: Stabilize 4.1.2 amd64, #965740 Signed-off-by: Arthur Zamarin gentoo.org> app-shells/fish/fish-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fish/fish-4.1.2.ebuild b/app-shells/fish/fish-4.1.2.ebuild index cf4c225d8a01..cd74919da544 100644 --- a/app-shells/fish/fish-4.1.2.ebuild +++ b/app-shells/fish/fish-4.1.2.ebuild @@ -27,7 +27,7 @@ else https://github.com/gentoo-crate-dist/fish-shell/releases/download/${MY_PV}/fish-shell-${MY_PV}-crates.tar.xz ${CARGO_CRATE_URIS} " - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi S="${WORKDIR}/${MY_P}"