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 7312E158042 for ; Fri, 18 Oct 2024 16:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF750E086A; Fri, 18 Oct 2024 16:12:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A6533E086A for ; Fri, 18 Oct 2024 16:12:30 +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 BF8493430A8 for ; Fri, 18 Oct 2024 16:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3800E1F41 for ; Fri, 18 Oct 2024 16:12:27 +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: <1729267941.221c73253319d16f8d0ae97922d3b7a174dafa6c.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: 221c73253319d16f8d0ae97922d3b7a174dafa6c X-VCS-Branch: master Date: Fri, 18 Oct 2024 16:12:27 +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: a3ca38e6-4d55-4924-8ace-b83489cf6814 X-Archives-Hash: 463268fd8b942ad0f18398a1449ad423 commit: 221c73253319d16f8d0ae97922d3b7a174dafa6c Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 18 16:12:21 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 18 16:12:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221c7325 net-analyzer/wireshark: Stabilize 4.0.17 arm, #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 f9a3a7bc4b8e..d699e601b965 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