commit:     eb435028ba3ed7e7c3c5852e77437dabe1b1db3b
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 Mar 26 17:41:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb435028

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 ea8f7cc..b1a3cfc 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -493,7 +493,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
 

Reply via email to