diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-10 21:09:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-15 22:06:08 +0100 |
commit | 3771c748105d246508ee93eef6cf383beb527478 (patch) | |
tree | 8a99eb00e511bcaa7eb9dbb7c0b34f07b2a4308a | |
parent | ecm.eclass: Disable appiumtests as well (diff) | |
download | kde-3771c748105d246508ee93eef6cf383beb527478.tar.gz kde-3771c748105d246508ee93eef6cf383beb527478.tar.bz2 kde-3771c748105d246508ee93eef6cf383beb527478.zip |
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@gentoo.org>
-rw-r--r-- | eclass/ecm.eclass | 2 |
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 |