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 A19D915838C for ; Wed, 31 Jan 2024 07:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00586E2AC7; Wed, 31 Jan 2024 07:18:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5B87E2AC3 for ; Wed, 31 Jan 2024 07:18:04 +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 CDAF7343140 for ; Wed, 31 Jan 2024 07:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D1B14BE for ; Wed, 31 Jan 2024 07:18:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1706685472.68cc0f8f64edb2b8252c9c4bf680b0601a65835c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtscxml/qtscxml-5.15.12.ebuild X-VCS-Directories: dev-qt/qtscxml/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 68cc0f8f64edb2b8252c9c4bf680b0601a65835c X-VCS-Branch: master Date: Wed, 31 Jan 2024 07:18:02 +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: 62c70ee2-0510-40b7-83af-20f47fb8050f X-Archives-Hash: c5385a23cdcf0214f854d6e10760608a commit: 68cc0f8f64edb2b8252c9c4bf680b0601a65835c Author: Matoro Mahri matoro tk> AuthorDate: Tue Jan 30 23:03:16 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 31 07:17:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cc0f8f dev-qt/qtscxml: Stabilize 5.15.12 arm64, #921565 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Joonas Niilola gentoo.org> dev-qt/qtscxml/qtscxml-5.15.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtscxml/qtscxml-5.15.12.ebuild b/dev-qt/qtscxml/qtscxml-5.15.12.ebuild index aecd846e6a34..1a299c680c85 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.12.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.12.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi IUSE=""