From: Michał Górny Date: Sun, 6 Dec 2015 15:45:28 +0000 (+0100) Subject: python-r1.eclass: Unset global-setting function after use X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b60ce06435d192a7263082b624b18a24131fa315;p=gentoo.git python-r1.eclass: Unset global-setting function after use --- diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 91f0436f3ef2..6e7b6e19ce10 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -234,6 +234,7 @@ _python_set_globals() { fi } _python_set_globals +unset -f _python_set_globals # @FUNCTION: _python_validate_useflags # @INTERNAL