Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/
Date: Sun, 06 Dec 2015 17:29:59
Message-Id: 1449422853.c52cda8856ed505428673f22c3257840cb9477d9.mgorny@gentoo
1 commit: c52cda8856ed505428673f22c3257840cb9477d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:43:19 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 17:27:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52cda88
7
8 python-any-r1.eclass: Rename global-setting func to match eclass name
9
10 eclass/python-any-r1.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
14 index b6c2258..390ce90 100644
15 --- a/eclass/python-any-r1.eclass
16 +++ b/eclass/python-any-r1.eclass
17 @@ -115,7 +115,7 @@ fi
18 # dev-lang/python:2.6[gdbm] )
19 # @CODE
20
21 -_python_build_set_globals() {
22 +_python_any_set_globals() {
23 local usestr i PYTHON_PKG_DEP
24 [[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]"
25
26 @@ -135,7 +135,7 @@ _python_build_set_globals() {
27 done
28 PYTHON_DEPS="|| ( ${PYTHON_DEPS})"
29 }
30 -_python_build_set_globals
31 +_python_any_set_globals
32
33 # @ECLASS-VARIABLE: PYTHON_USEDEP
34 # @DESCRIPTION: