kde-frameworks/kdoctools: Disable broken kdoctools_install test
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 9 Oct 2018 20:41:56 +0000 (22:41 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 9 Oct 2018 21:04:32 +0000 (23:04 +0200)
Broken upstream, no time for that.

Bug: https://bugs.gentoo.org/665622
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild

index 02032df43e8463bf8a4e5be871745dcde08a9947..c306724f6ffd73b72e93f5e4b5f891fe99029c56 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,3 +23,12 @@ DEPEND="${RDEPEND}
        dev-lang/perl
        dev-perl/URI
 "
+
+src_test() {
+       # bug 665622
+       local myctestargs=(
+               -E "(kdoctools_install)"
+       )
+
+       kde5_src_test
+}