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 04/13] python-any-r1.eclass: Unset global-setting function after use
Date: Sun, 06 Dec 2015 19:04:50
Message-Id: 1449428612-20538-5-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 | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
6 index 390ce90..7d86b9a 100644
7 --- a/eclass/python-any-r1.eclass
8 +++ b/eclass/python-any-r1.eclass
9 @@ -136,6 +136,7 @@ _python_any_set_globals() {
10 PYTHON_DEPS="|| ( ${PYTHON_DEPS})"
11 }
12 _python_any_set_globals
13 +unset -f _python_any_set_globals
14
15 # @ECLASS-VARIABLE: PYTHON_USEDEP
16 # @DESCRIPTION:
17 --
18 2.6.3