From b60ce06435d192a7263082b624b18a24131fa315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 6 Dec 2015 16:45:28 +0100 Subject: python-r1.eclass: Unset global-setting function after use --- eclass/python-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 91f0436f3ef..6e7b6e19ce1 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 -- cgit v1.2.3