projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27feb9
)
kde5.eclass: improve test support for extra-cmake-modules
author
Michael Palimaka
<kensington@gentoo.org>
Sat, 26 Mar 2016 17:40:51 +0000
(
04:40
+1100)
committer
Michael Palimaka
<kensington@gentoo.org>
Sat, 2 Apr 2016 14:59:21 +0000
(
01:59
+1100)
eclass/kde5.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index db331cbaa5dea01605bfd24400b41917496ea724..842f3d28028efa74e2b82aa73288c794a7ee9676 100644
(file)
--- 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