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:46
Message-Id: 1449422859.2827610d22525a55ad4b17a4a126ef98d5aaf16c.mgorny@gentoo
1 commit: 2827610d22525a55ad4b17a4a126ef98d5aaf16c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:45:06 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 17:27:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2827610d
7
8 python-any-r1.eclass: Unset global-setting function after use
9
10 eclass/python-any-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
14 index 390ce90..7d86b9a 100644
15 --- a/eclass/python-any-r1.eclass
16 +++ b/eclass/python-any-r1.eclass
17 @@ -136,6 +136,7 @@ _python_any_set_globals() {
18 PYTHON_DEPS="|| ( ${PYTHON_DEPS})"
19 }
20 _python_any_set_globals
21 +unset -f _python_any_set_globals
22
23 # @ECLASS-VARIABLE: PYTHON_USEDEP
24 # @DESCRIPTION: