dev-libs/kproperty: Add BUILD_TESTING=true
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 18 Jul 2018 19:20:28 +0000 (21:20 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 18 Jul 2018 19:20:59 +0000 (21:20 +0200)
Closes: https://bugs.gentoo.org/661530
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-libs/kproperty/kproperty-3.1.0.ebuild

index f1c5aa1d63f1cbfa73056e299f4203f000e3b10b..8efc5889fc9b8f1c092e4e2ec0266cf9fcd9f98a 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
 inherit kde5
 
 DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"