summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-06 16:43:19 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-09 21:41:16 +0100
commit71d571bc6dcab9d807ad0d83616aae400e9af509 (patch)
treee73e4e99e1703f12c122c0978817e5344cb6ccf4 /eclass
parentpython-utils-r1.eclass: Reorder implementations to semi-ascending order (diff)
downloadgentoo-71d571bc6dcab9d807ad0d83616aae400e9af509.tar.gz
gentoo-71d571bc6dcab9d807ad0d83616aae400e9af509.tar.bz2
gentoo-71d571bc6dcab9d807ad0d83616aae400e9af509.zip
python-any-r1.eclass: Rename global-setting func to match eclass name
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-any-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
index b6c22587abaf..390ce904641e 100644
--- a/eclass/python-any-r1.eclass
+++ b/eclass/python-any-r1.eclass
@@ -115,7 +115,7 @@ fi
# dev-lang/python:2.6[gdbm] )
# @CODE
-_python_build_set_globals() {
+_python_any_set_globals() {
local usestr i PYTHON_PKG_DEP
[[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]"
@@ -135,7 +135,7 @@ _python_build_set_globals() {
done
PYTHON_DEPS="|| ( ${PYTHON_DEPS})"
}
-_python_build_set_globals
+_python_any_set_globals
# @ECLASS-VARIABLE: PYTHON_USEDEP
# @DESCRIPTION: