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 09/13] python-r1.eclass: Unset global-setting function after use
Date: Sun, 06 Dec 2015 19:07:35
Message-Id: 1449428612-20538-10-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-r1.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
6 index 91f0436..6e7b6e1 100644
7 --- a/eclass/python-r1.eclass
8 +++ b/eclass/python-r1.eclass
9 @@ -234,6 +234,7 @@ _python_set_globals() {
10 fi
11 }
12 _python_set_globals
13 +unset -f _python_set_globals
14
15 # @FUNCTION: _python_validate_useflags
16 # @INTERNAL
17 --
18 2.6.3