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 58BD915808C for ; Thu, 17 Mar 2022 20:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED258E0869; Thu, 17 Mar 2022 20:42:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19FA7E0858 for ; Thu, 17 Mar 2022 20:42:06 +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 60FED3435D2 for ; Thu, 17 Mar 2022 20:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A0332A for ; Thu, 17 Mar 2022 20:42:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1647549664.600dc0e75a2b08cfbc4542d6eff8ad4eef4b6a5d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qtscxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 600dc0e75a2b08cfbc4542d6eff8ad4eef4b6a5d X-VCS-Branch: master Date: Thu, 17 Mar 2022 20:42: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: 1897dc73-7b31-43fe-a087-8364aa3ca12f X-Archives-Hash: 5e4fee3421f295f2ff45c9b7166e3239 commit: 600dc0e75a2b08cfbc4542d6eff8ad4eef4b6a5d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 25 18:53:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 17 20:41:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=600dc0e7 dev-qt/qtscxml: Keyword 5.15.2-r1 arm, #833799 Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild index d6f48dfb..0c8a34ae 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi IUSE=""