commit: 10420e070077147f8144e96be64287798939618e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 20:31:57 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 20:37:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=10420e07
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-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 78f61057d9..1331a041ee 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -89,6 +89,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
