Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 03/13] python-any-r1.eclass: Rename global-setting func to match eclass name
Date: Sun, 06 Dec 2015 19:06:38
Message-Id: 1449428612-20538-4-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder by "Michał Górny"
1 ---
2 eclass/python-any-r1.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
6 index b6c2258..390ce90 100644
7 --- a/eclass/python-any-r1.eclass
8 +++ b/eclass/python-any-r1.eclass
9 @@ -115,7 +115,7 @@ fi
10 # dev-lang/python:2.6[gdbm] )
11 # @CODE
12
13 -_python_build_set_globals() {
14 +_python_any_set_globals() {
15 local usestr i PYTHON_PKG_DEP
16 [[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]"
17
18 @@ -135,7 +135,7 @@ _python_build_set_globals() {
19 done
20 PYTHON_DEPS="|| ( ${PYTHON_DEPS})"
21 }
22 -_python_build_set_globals
23 +_python_any_set_globals
24
25 # @ECLASS-VARIABLE: PYTHON_USEDEP
26 # @DESCRIPTION:
27 --
28 2.6.3