Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 16 Nov 2019 23:18:09
Message-Id: 1573943013.ae0343bc7db4b858ccb3152f1b29eabdce38eef0.asturm@gentoo
1 commit: ae0343bc7db4b858ccb3152f1b29eabdce38eef0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 22:23:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 22:23:33 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae0343bc
7
8 ecm.eclass: _ECM_UTILS_ECLASS -> _ECM_ECLASS
9
10 Was forgotten to rename w/ eclass.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/ecm.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
18 index 06c2e9f83e..af4646e959 100644
19 --- a/eclass/ecm.eclass
20 +++ b/eclass/ecm.eclass
21 @@ -27,8 +27,8 @@
22 # - Rename vars and function names as needed, see kde5.eclass PORTING comments
23 # - Instead of FRAMEWORKS_MINIMAL, define KFMIN in ebuilds and use it for deps
24
25 -if [[ -z ${_ECM_UTILS_ECLASS} ]]; then
26 -_ECM_UTILS_ECLASS=1
27 +if [[ -z ${_ECM_ECLASS} ]]; then
28 +_ECM_ECLASS=1
29
30 # @ECLASS-VARIABLE: VIRTUALX_REQUIRED
31 # @DESCRIPTION: