commit: 415ee176eb17248fccf8ba8abf3a14d2a56bac72
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:40:51 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 14:59:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ee176
kde5.eclass: improve test support for extra-cmake-modules
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index db331cb..842f3d2 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -417,7 +417,7 @@ kde5_src_prepare() {
fi
# in frameworks, tests = manual tests so never build them
- if [[ ${CATEGORY} = kde-frameworks ]]; then
+ if [[ ${CATEGORY} = kde-frameworks ]] && [[ ${PN} !=
extra-cmake-modules ]]; then
cmake_comment_add_subdirectory tests
fi