Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kproperty/
Date: Wed, 18 Jul 2018 19:21:13
Message-Id: 1531941659.53d1c034aab8c710e306f06df4ab3b00e078aaa5.asturm@gentoo
1 commit: 53d1c034aab8c710e306f06df4ab3b00e078aaa5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 19:20:28 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 19:20:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1c034
7
8 dev-libs/kproperty: Add BUILD_TESTING=true
9
10 Closes: https://bugs.gentoo.org/661530
11 Package-Manager: Portage-2.3.43, Repoman-2.3.10
12
13 dev-libs/kproperty/kproperty-3.1.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild
17 index f1c5aa1d63f..8efc5889fc9 100644
18 --- a/dev-libs/kproperty/kproperty-3.1.0.ebuild
19 +++ b/dev-libs/kproperty/kproperty-3.1.0.ebuild
20 @@ -3,6 +3,7 @@
21
22 EAPI=6
23
24 +KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
25 inherit kde5
26
27 DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"