From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E5AD71584F2 for ; Mon, 17 Mar 2025 02:22:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CC0B634320A for ; Mon, 17 Mar 2025 02:22:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BB5431102B7; Mon, 17 Mar 2025 02:22:33 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B07E91102B7 for ; Mon, 17 Mar 2025 02:22:33 +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 5EFAC34320A for ; Mon, 17 Mar 2025 02:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C8D1909 for ; Mon, 17 Mar 2025 02:22:31 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1742178121.2bb1a38e8c84efbb3fc77c5bb9c6ef99a0cca582.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtscxml/qtscxml-6.8.2.ebuild dev-qt/qtscxml/qtscxml-6.8.9999.ebuild dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild dev-qt/qtscxml/qtscxml-6.9.9999.ebuild dev-qt/qtscxml/qtscxml-6.9999.ebuild X-VCS-Directories: dev-qt/qtscxml/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2bb1a38e8c84efbb3fc77c5bb9c6ef99a0cca582 X-VCS-Branch: master Date: Mon, 17 Mar 2025 02:22:31 +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: 306fb0c7-3e91-4578-92ba-1f3401550cfa X-Archives-Hash: ef9b4daad631eb57dabcf8778a7419ba commit: 2bb1a38e8c84efbb3fc77c5bb9c6ef99a0cca582 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 17 02:18:04 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 17 02:22:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb1a38e dev-qt/qtscxml: keyword 6.8.2 for ~ppc + sync live/rc Tested-by: ernsteiswuerfel mailbox.org> Bug: https://bugs.gentoo.org/949380 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtscxml/qtscxml-6.8.2.ebuild | 2 +- dev-qt/qtscxml/qtscxml-6.8.9999.ebuild | 4 ++-- dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild | 2 +- dev-qt/qtscxml/qtscxml-6.9.9999.ebuild | 4 ++-- dev-qt/qtscxml/qtscxml-6.9999.ebuild | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-qt/qtscxml/qtscxml-6.8.2.ebuild b/dev-qt/qtscxml/qtscxml-6.8.2.ebuild index 4d60f7fc562e..62eadd6d934a 100644 --- a/dev-qt/qtscxml/qtscxml-6.8.2.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.8.2.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" fi IUSE="qml" diff --git a/dev-qt/qtscxml/qtscxml-6.8.9999.ebuild b/dev-qt/qtscxml/qtscxml-6.8.9999.ebuild index 0f087eb496fc..496636867ceb 100644 --- a/dev-qt/qtscxml/qtscxml-6.8.9999.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.8.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="qml" diff --git a/dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild b/dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild index 760530cf36ad..496636867ceb 100644 --- a/dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.9.0_rc.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="qml" diff --git a/dev-qt/qtscxml/qtscxml-6.9.9999.ebuild b/dev-qt/qtscxml/qtscxml-6.9.9999.ebuild index 0f087eb496fc..496636867ceb 100644 --- a/dev-qt/qtscxml/qtscxml-6.9.9999.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.9.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="qml" diff --git a/dev-qt/qtscxml/qtscxml-6.9999.ebuild b/dev-qt/qtscxml/qtscxml-6.9999.ebuild index 0f087eb496fc..496636867ceb 100644 --- a/dev-qt/qtscxml/qtscxml-6.9999.ebuild +++ b/dev-qt/qtscxml/qtscxml-6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi IUSE="qml"