commit: 104f355896d378069a89ef98f620eef17564e9fa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 16:28:47 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 16:28:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104f3558
sci-astronomy/kstars: Disable failing tests, they're Qt6-broken Closes: https://bugs.gentoo.org/970422 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-astronomy/kstars/kstars-3.8.0.ebuild | 2 ++ sci-astronomy/kstars/kstars-3.8.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sci-astronomy/kstars/kstars-3.8.0.ebuild b/sci-astronomy/kstars/kstars-3.8.0.ebuild index a8bd1e579144..c87c0f1906a1 100644 --- a/sci-astronomy/kstars/kstars-3.8.0.ebuild +++ b/sci-astronomy/kstars/kstars-3.8.0.ebuild @@ -21,6 +21,8 @@ SLOT="0" IUSE="opencv +password raw" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# currently broken w/ KF6, https://invent.kde.org/education/kstars/-/issues/294 +RESTRICT="test" # https://wiki.gentoo.org/wiki/Project:Qt/Qt6_migration_notes#Still_unpackaged # >=dev-qt/qtdatavis3d-${QTMIN}:6 diff --git a/sci-astronomy/kstars/kstars-3.8.1.ebuild b/sci-astronomy/kstars/kstars-3.8.1.ebuild index 6a7b52f1e847..f4372f6f8c5e 100644 --- a/sci-astronomy/kstars/kstars-3.8.1.ebuild +++ b/sci-astronomy/kstars/kstars-3.8.1.ebuild @@ -21,6 +21,8 @@ SLOT="0" IUSE="+password raw" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# currently broken w/ KF6, https://invent.kde.org/education/kstars/-/issues/294 +RESTRICT="test" # https://wiki.gentoo.org/wiki/Project:Qt/Qt6_migration_notes#Still_unpackaged # >=dev-qt/qtdatavis3d-${QTMIN}:6
