summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 20:01:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 20:19:15 +0200
commit1cccd30024de1f8f054c728ce713c177d2ceb6b4 (patch)
tree4e30ae9988c06f40a1f1406312bd8df71343c502 /kde-frameworks
parentnet-misc/freerdp: enable WITH_DSP_FFMPEG (diff)
downloadgentoo-1cccd30024de1f8f054c728ce713c177d2ceb6b4.tar.gz
gentoo-1cccd30024de1f8f054c728ce713c177d2ceb6b4.tar.bz2
gentoo-1cccd30024de1f8f054c728ce713c177d2ceb6b4.zip
kde-frameworks/kconfig: Tests are restricted, so don't build them
Closes: https://bugs.gentoo.org/663372 Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kconfig/kconfig-5.49.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-frameworks/kconfig/kconfig-5.49.0.ebuild b/kde-frameworks/kconfig/kconfig-5.49.0.ebuild
index 9701c9a50636..2ba890a20f7f 100644
--- a/kde-frameworks/kconfig/kconfig-5.49.0.ebuild
+++ b/kde-frameworks/kconfig/kconfig-5.49.0.ebuild
@@ -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
+}