From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F7A4158096 for ; Wed, 5 Oct 2022 20:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A4FE0907; Wed, 5 Oct 2022 20:48:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1030FE0907 for ; Wed, 5 Oct 2022 20:48:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 140E3341074 for ; Wed, 5 Oct 2022 20:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D614609 for ; Wed, 5 Oct 2022 20:47:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1665002779.d481b245fd8c6716d848ad520638ef9f4d4c42e9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.5.9.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d481b245fd8c6716d848ad520638ef9f4d4c42e9 X-VCS-Branch: master Date: Wed, 5 Oct 2022 20:47:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3829a18-c88f-4c51-b247-d0ef902bc6f1 X-Archives-Hash: 6ba9b89e12e007225360caf2ef7a9b38 commit: d481b245fd8c6716d848ad520638ef9f4d4c42e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 5 20:33:19 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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