aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r--eclass/ecm.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index fd1f01caec..9a2019e5f4 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -566,7 +566,7 @@ ecm_src_prepare() {
eqawarn "Unified diff file ready for pickup in:"
eqawarn " ${pf}"
eqawarn "Push it upstream to make this message go away."
- elif [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma || ${CATEGORY} = kde-apps ]] ; then
+ elif [[ -n ${_KDE_ORG_ECLASS} ]] ; then
cmake_comment_add_subdirectory appiumtests autotests test tests
fi
fi