From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 153FD158042 for ; Fri, 15 Nov 2024 21:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 055D7E093A; Fri, 15 Nov 2024 21:08:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D76D2E093A for ; Fri, 15 Nov 2024 21:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC0C4343017 for ; Fri, 15 Nov 2024 21:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC5B1E74 for ; Fri, 15 Nov 2024 21:08:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1731704768.3771c748105d246508ee93eef6cf383beb527478.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3771c748105d246508ee93eef6cf383beb527478 X-VCS-Branch: master Date: Fri, 15 Nov 2024 21:08:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f245b7f0-457f-4b0d-9cfe-890836852705 X-Archives-Hash: 2a5eee8e5f6b864ef089b99e4e3e42ba commit: 3771c748105d246508ee93eef6cf383beb527478 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 20:09:40 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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