diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-18 21:20:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-18 21:20:59 +0200 |
commit | 53d1c034aab8c710e306f06df4ab3b00e078aaa5 (patch) | |
tree | f43c37f433fb1fef2594e195f3cba949a40eaebf /dev-libs/kproperty | |
parent | net-vpn/openfortivpn: EAPI 7 (diff) | |
download | gentoo-53d1c034aab8c710e306f06df4ab3b00e078aaa5.tar.gz gentoo-53d1c034aab8c710e306f06df4ab3b00e078aaa5.tar.bz2 gentoo-53d1c034aab8c710e306f06df4ab3b00e078aaa5.zip |
dev-libs/kproperty: Add BUILD_TESTING=true
Closes: https://bugs.gentoo.org/661530
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-libs/kproperty')
-rw-r--r-- | dev-libs/kproperty/kproperty-3.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild index f1c5aa1d63f1..8efc5889fc9b 100644 --- a/dev-libs/kproperty/kproperty-3.1.0.ebuild +++ b/dev-libs/kproperty/kproperty-3.1.0.ebuild @@ -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" |