diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-05 22:33:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-05 22:46:19 +0200 |
commit | d481b245fd8c6716d848ad520638ef9f4d4c42e9 (patch) | |
tree | 2757669bce9d01f7a2540912a267da3d451c1303 /sci-astronomy | |
parent | sci-astronomy/kstars: Drop obsolete header (diff) | |
download | gentoo-d481b245fd8c6716d848ad520638ef9f4d4c42e9.tar.gz gentoo-d481b245fd8c6716d848ad520638ef9f4d4c42e9.tar.bz2 gentoo-d481b245fd8c6716d848ad520638ef9f4d4c42e9.zip |
sci-astronomy/kstars: Disable broken test
Upstream commit 0884643e522b30c8d6dab35e39eb1cb359e53acf
Closes: https://bugs.gentoo.org/842768
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.5.9.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
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 |