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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8006A15802C for ; Wed, 18 Dec 2024 04:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C266E08A8; Wed, 18 Dec 2024 04:37:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42F26E08B0 for ; Wed, 18 Dec 2024 04:37:11 +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 81BC6340BE0 for ; Wed, 18 Dec 2024 04:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0686422D7 for ; Wed, 18 Dec 2024 04:37:07 +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: <1734496421.00ccfa1f70e271a44bc8c0744dcb754005d75fa6.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 00ccfa1f70e271a44bc8c0744dcb754005d75fa6 X-VCS-Branch: master Date: Wed, 18 Dec 2024 04:37:07 +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: f6e55a79-6ee4-47d8-9585-c4f881249d8f X-Archives-Hash: 9f1b26a3c736b31c900cf8ef2ea0aad6 commit: 00ccfa1f70e271a44bc8c0744dcb754005d75fa6 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Dec 17 22:22:52 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Dec 18 04:33:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ccfa1f dev-qt/qtxmlpatterns: unkeyword ~sparc Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild | 2 +- dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild index 6d99a122aaa9..34ad76f5fcd9 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.14.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86" fi IUSE="qml" diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild index bd945faaa363..444b9649fa80 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.16.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86" fi IUSE="qml"