kde-frameworks/kconfig: Tests are restricted, so don't build them
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Aug 2018 18:01:48 +0000 (20:01 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Aug 2018 18:19:15 +0000 (20:19 +0200)
Closes: https://bugs.gentoo.org/663372
Package-Manager: Portage-2.3.45, Repoman-2.3.10

kde-frameworks/kconfig/kconfig-5.49.0.ebuild

index 9701c9a506368c37cb40b9995e8e9b52dce5f21d..2ba890a20f7f91ee3605518e5271d1ca1b22ba10 100644 (file)
@@ -24,3 +24,8 @@ DEPEND="${RDEPEND}
 RESTRICT+=" test"
 
 DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )
+
+src_prepare() {
+       kde5_src_prepare
+       cmake_comment_add_subdirectory autotests # bug 663372
+}