Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 02 Apr 2016 14:59:37
Message-Id: 1459609161.415ee176eb17248fccf8ba8abf3a14d2a56bac72.kensington@gentoo
1 commit: 415ee176eb17248fccf8ba8abf3a14d2a56bac72
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 17:40:51 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 14:59:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ee176
7
8 kde5.eclass: improve test support for extra-cmake-modules
9
10 eclass/kde5.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index db331cb..842f3d2 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -417,7 +417,7 @@ kde5_src_prepare() {
18 fi
19
20 # in frameworks, tests = manual tests so never build them
21 - if [[ ${CATEGORY} = kde-frameworks ]]; then
22 + if [[ ${CATEGORY} = kde-frameworks ]] && [[ ${PN} != extra-cmake-modules ]]; then
23 cmake_comment_add_subdirectory tests
24 fi