diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-27 04:40:51 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-03 01:59:21 +1100 |
commit | 415ee176eb17248fccf8ba8abf3a14d2a56bac72 (patch) | |
tree | 0047f5e7527e797d123ca25b0039b06159a0f7d6 /eclass/kde5.eclass | |
parent | kde5.eclass: Improve translation handling (diff) | |
download | gentoo-415ee176eb17248fccf8ba8abf3a14d2a56bac72.tar.gz gentoo-415ee176eb17248fccf8ba8abf3a14d2a56bac72.tar.bz2 gentoo-415ee176eb17248fccf8ba8abf3a14d2a56bac72.zip |
kde5.eclass: improve test support for extra-cmake-modules
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r-- | eclass/kde5.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index db331cbaa5de..842f3d28028e 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 |