Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 09 Dec 2015 20:42:34
Message-Id: 1449693676.b60ce06435d192a7263082b624b18a24131fa315.mgorny@gentoo
1 commit: b60ce06435d192a7263082b624b18a24131fa315
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:45:28 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 20:41:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60ce064
7
8 python-r1.eclass: Unset global-setting function after use
9
10 eclass/python-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
14 index 91f0436..6e7b6e1 100644
15 --- a/eclass/python-r1.eclass
16 +++ b/eclass/python-r1.eclass
17 @@ -234,6 +234,7 @@ _python_set_globals() {
18 fi
19 }
20 _python_set_globals
21 +unset -f _python_set_globals
22
23 # @FUNCTION: _python_validate_useflags
24 # @INTERNAL