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 06/13] python-single-r1.eclass: Unset global-setting function after use
Date: Sun, 06 Dec 2015 19:11:22
Message-Id: 1449428612-20538-7-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-single-r1.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
6 index d9fc34b..a89926d 100644
7 --- a/eclass/python-single-r1.eclass
8 +++ b/eclass/python-single-r1.eclass
9 @@ -255,6 +255,7 @@ _python_single_set_globals() {
10 fi
11 }
12 _python_single_set_globals
13 +unset -f _python_single_set_globals
14
15 # @FUNCTION: python_gen_usedep
16 # @USAGE: <pattern> [...]
17 --
18 2.6.3