commit: b97d546eb5b495d652044b97ff4be0295268c706
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 15:45:17 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 17:27:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97d546e
python-single-r1.eclass: Unset global-setting function after use
eclass/python-single-r1.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index d9fc34b..a89926d 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -255,6 +255,7 @@ _python_single_set_globals() {
fi
}
_python_single_set_globals
+unset -f _python_single_set_globals
# @FUNCTION: python_gen_usedep
# @USAGE: <pattern> [...]