commit: 3771c748105d246508ee93eef6cf383beb527478
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:09:40 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 21:06:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3771c748
ecm.eclass: Replace check for CATEGORY with kde.org.eclass test
These categories may have sufficed at the creation of ecm.eclass, but
not at this point.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/ecm.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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