diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-16 23:23:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 00:34:38 +0100 |
commit | b693bdf9f9f0d47c5e005f69c4c1a9cc16296d59 (patch) | |
tree | 1e6deb4da65993c9fb2dfeba16b0230d60ae64bd /eclass | |
parent | qmake-utils.eclass: Drop obsolete EAPI-5 support (diff) | |
download | gentoo-b693bdf9f9f0d47c5e005f69c4c1a9cc16296d59.tar.gz gentoo-b693bdf9f9f0d47c5e005f69c4c1a9cc16296d59.tar.bz2 gentoo-b693bdf9f9f0d47c5e005f69c4c1a9cc16296d59.zip |
ecm.eclass: _ECM_UTILS_ECLASS -> _ECM_ECLASS
Was forgotten to rename w/ eclass.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ecm.eclass | 4 |
1 files 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: |