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 7A21715802C for ; Wed, 18 Dec 2024 04:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32687E08D1; Wed, 18 Dec 2024 04:37:12 +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 16E04E08D1 for ; Wed, 18 Dec 2024 04:37:12 +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 87FA8340BEF 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 1AECC22D8 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.68852cd0dc5f937555ea77379b3109d8900dbfce.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/qtcore-5.15.14.ebuild dev-qt/qtcore/qtcore-5.15.16.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 68852cd0dc5f937555ea77379b3109d8900dbfce 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: 32d2a340-6416-44a3-9831-7352147c78a3 X-Archives-Hash: 53fdc35b6c46c915b7fac94810957f25 commit: 68852cd0dc5f937555ea77379b3109d8900dbfce Author: Ionen Wolkens gentoo org> AuthorDate: Tue Dec 17 22:22:21 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=68852cd0 dev-qt/qtcore: unkeyword ~sparc Qt6 has a lot of odd issues on sparc which likely exist on Qt5 as well hidden behind tests being disabled. ...and then USE=qt5 been masked since 2015 and nobody complained. Without that USE (e.g. USE=gui) there is only 5 revdeps that it is doubtful many care for on sparc (e.g. cmake[gui]). Indicates that there is little interest and probably no real users on Gentoo. So, to simplify migration to Qt6 (which is also dropping sparc), dropping all sparc keywords at once for dev-qt/* and revdeps. This could be revisited if we find actual Qt sparc users. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtcore/qtcore-5.15.14.ebuild | 2 +- dev-qt/qtcore/qtcore-5.15.16.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtcore/qtcore-5.15.14.ebuild b/dev-qt/qtcore/qtcore-5.15.14.ebuild index 8a419f7c95fb..601e9c7bac40 100644 --- a/dev-qt/qtcore/qtcore-5.15.14.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.14.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86" fi QT5_MODULE="qtbase" diff --git a/dev-qt/qtcore/qtcore-5.15.16.ebuild b/dev-qt/qtcore/qtcore-5.15.16.ebuild index 8f9555c19963..3fb4f4e362fc 100644 --- a/dev-qt/qtcore/qtcore-5.15.16.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.16.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86" fi QT5_MODULE="qtbase"