commit:     68852cd0dc5f937555ea77379b3109d8900dbfce
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 22:22:21 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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"

Reply via email to