aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-10 21:09:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 22:06:08 +0100
commit3771c748105d246508ee93eef6cf383beb527478 (patch)
tree8a99eb00e511bcaa7eb9dbb7c0b34f07b2a4308a
parentecm.eclass: Disable appiumtests as well (diff)
downloadkde-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.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