From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 658F8158042 for ; Thu, 17 Oct 2024 06:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AB3FE0798; Thu, 17 Oct 2024 06:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 3F058E0798 for ; Thu, 17 Oct 2024 06:57:43 +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 A6C48342FFB for ; Thu, 17 Oct 2024 06:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4277E1315 for ; Thu, 17 Oct 2024 06:57:39 +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: <1729148248.51a06a49f517a110510df762bb6468ea1e71dec0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-4.0.17.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 51a06a49f517a110510df762bb6468ea1e71dec0 X-VCS-Branch: master Date: Thu, 17 Oct 2024 06:57:39 +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: facb5871-d9de-4e82-bfe0-d6b4956a37e9 X-Archives-Hash: 1b78de243bb1b6962ad56f03bb7fce7c commit: 51a06a49f517a110510df762bb6468ea1e71dec0 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 17 06:57:28 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 17 06:57:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a06a49 net-analyzer/wireshark: Stabilize 4.0.17 x86, #941649 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/wireshark/wireshark-4.0.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wireshark/wireshark-4.0.17.ebuild b/net-analyzer/wireshark/wireshark-4.0.17.ebuild index b675ce187e8f..f9a3a7bc4b8e 100644 --- a/net-analyzer/wireshark/wireshark-4.0.17.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.17.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc64 ~riscv x86" fi fi