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 E48E4158043 for ; Fri, 22 Mar 2024 06:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E573E2BC020; Fri, 22 Mar 2024 06:16:19 +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 9AFA72BC021 for ; Fri, 22 Mar 2024 06:16:19 +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 5E1F534300B for ; Fri, 22 Mar 2024 06:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 246F915D2 for ; Fri, 22 Mar 2024 06:16:15 +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: <1711088114.7247ca0f89623f9d4f7cd371a8bece1a4f6fcdec.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7247ca0f89623f9d4f7cd371a8bece1a4f6fcdec X-VCS-Branch: master Date: Fri, 22 Mar 2024 06:16:15 +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: 0b174446-5a90-4f02-96bf-73ee89e88bdf X-Archives-Hash: 5e56037f067b3b02c6ec41d79ab4b7d9 commit: 7247ca0f89623f9d4f7cd371a8bece1a4f6fcdec Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 22 06:15:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 22 06:15:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7247ca0f dev-qt/qtwebchannel: Stabilize 6.6.2 arm64, #927197 Signed-off-by: Arthur Zamarin gentoo.org> dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild index 29746c9175fe..13aa336c012b 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Qt WebChannel" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm64 ~loong" + KEYWORDS="amd64 arm64 ~loong" fi IUSE="qml"