commit: d481b245fd8c6716d848ad520638ef9f4d4c42e9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 20:33:19 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 20:46:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d481b245
sci-astronomy/kstars: Disable broken test Upstream commit 0884643e522b30c8d6dab35e39eb1cb359e53acf Closes: https://bugs.gentoo.org/842768 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-astronomy/kstars/kstars-3.5.9.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sci-astronomy/kstars/kstars-3.5.9.ebuild b/sci-astronomy/kstars/kstars-3.5.9.ebuild index 8a67421da78e..e30e6b5fb1d3 100644 --- a/sci-astronomy/kstars/kstars-3.5.9.ebuild +++ b/sci-astronomy/kstars/kstars-3.5.9.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" +ECM_TEST="true" KFMIN=5.82.0 QTMIN=5.15.2 inherit ecm kde.org optfeature @@ -91,6 +92,15 @@ src_configure() { ecm_src_configure } +src_test() { + # bug 842768, test declared unstable by upstream + local myctestargs=( + -E "(TestKSPaths)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Display 'current' pictures of planets" x11-misc/xplanet
