commit: 53d1c034aab8c710e306f06df4ab3b00e078aaa5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 18 19:20:28 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 18 19:20:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1c034
dev-libs/kproperty: Add BUILD_TESTING=true Closes: https://bugs.gentoo.org/661530 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-libs/kproperty/kproperty-3.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild index f1c5aa1d63f..8efc5889fc9 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"
