kde-frameworks/kdoctools: Disable failing test again
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 5 Feb 2019 23:44:43 +0000 (00:44 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 5 Feb 2019 23:46:01 +0000 (00:46 +0100)
Bug: https://bugs.gentoo.org/665622
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild

index f37a12e055889bfa3fe0183750417fe35725ad6e..58667cd4c87ca68f0a62260311528fefc8bd0618 100644 (file)
@@ -32,3 +32,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # bug 665622
+       local myctestargs=(
+               -E "(kdoctools_install)"
+       )
+
+       kde5_src_test
+}