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:50
Message-Id: 1449422872.b97d546eb5b495d652044b97ff4be0295268c706.mgorny@gentoo
1 commit: b97d546eb5b495d652044b97ff4be0295268c706
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:45:17 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 17:27:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97d546e
7
8 python-single-r1.eclass: Unset global-setting function after use
9
10 eclass/python-single-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
14 index d9fc34b..a89926d 100644
15 --- a/eclass/python-single-r1.eclass
16 +++ b/eclass/python-single-r1.eclass
17 @@ -255,6 +255,7 @@ _python_single_set_globals() {
18 fi
19 }
20 _python_single_set_globals
21 +unset -f _python_single_set_globals
22
23 # @FUNCTION: python_gen_usedep
24 # @USAGE: <pattern> [...]