From b693bdf9f9f0d47c5e005f69c4c1a9cc16296d59 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 16 Nov 2019 23:23:33 +0100 Subject: [PATCH] ecm.eclass: _ECM_UTILS_ECLASS -> _ECM_ECLASS Was forgotten to rename w/ eclass. Signed-off-by: Andreas Sturmlechner --- eclass/ecm.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 06c2e9f83ea9..af4646e95922 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -27,8 +27,8 @@ # - Rename vars and function names as needed, see kde5.eclass PORTING comments # - Instead of FRAMEWORKS_MINIMAL, define KFMIN in ebuilds and use it for deps -if [[ -z ${_ECM_UTILS_ECLASS} ]]; then -_ECM_UTILS_ECLASS=1 +if [[ -z ${_ECM_ECLASS} ]]; then +_ECM_ECLASS=1 # @ECLASS-VARIABLE: VIRTUALX_REQUIRED # @DESCRIPTION: -- 2.26.2