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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7B88158083 for ; Mon, 9 Sep 2024 20:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC643E29FF; Mon, 9 Sep 2024 20:44:37 +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 ADC12E2A04 for ; Mon, 9 Sep 2024 20:44:37 +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 C87CF342FA0 for ; Mon, 9 Sep 2024 20:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F056D1F45 for ; Mon, 9 Sep 2024 20:44:33 +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: <1725914662.ef2d6b8c18ee021208af58617d43cc4194ea2c7d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-4.3.4.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ef2d6b8c18ee021208af58617d43cc4194ea2c7d X-VCS-Branch: master Date: Mon, 9 Sep 2024 20:44:33 +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: e85f8855-7b0e-4a93-b0c3-52d573d4a5d0 X-Archives-Hash: 6a22b3fbf4ef79e0b12028b1d602c928 commit: ef2d6b8c18ee021208af58617d43cc4194ea2c7d Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 9 20:44:22 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 9 20:44:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2d6b8c net-irc/weechat: Stabilize 4.3.4 arm64, #939342 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/weechat/weechat-4.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-4.3.4.ebuild b/net-irc/weechat/weechat-4.3.4.ebuild index 72d663ab2496..097b0624a75b 100644 --- a/net-irc/weechat/weechat-4.3.4.ebuild +++ b/net-irc/weechat/weechat-4.3.4.ebuild @@ -17,7 +17,7 @@ else verify-sig? ( https://weechat.org/files/src/${P}.tar.xz.asc )" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/weechat.org.asc BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-weechat )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"