From 364a3668775f4bb372dc40ff677df9a2b0d3ea7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 6 Dec 2015 16:45:17 +0100 Subject: [PATCH] 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 d9fc34b0ed85..a89926dbf51b 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: [...] -- 2.26.2