From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08A7B1384B4 for ; Sun, 6 Dec 2015 17:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF05C21C0C6; Sun, 6 Dec 2015 17:29:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2D2C21C0A2 for ; Sun, 6 Dec 2015 17:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05D01340754 for ; Sun, 6 Dec 2015 17:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E1FE6B for ; Sun, 6 Dec 2015 17:29:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1449422872.b97d546eb5b495d652044b97ff4be0295268c706.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-single-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b97d546eb5b495d652044b97ff4be0295268c706 X-VCS-Branch: python-cleanup-r2 Date: Sun, 6 Dec 2015 17:29:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65cf8299-28e4-4de0-b905-d4ca189e99d3 X-Archives-Hash: d0afd5cb33ef18de165a465de04647ee commit: b97d546eb5b495d652044b97ff4be0295268c706 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:45:17 2015 +0000 Commit: Michał Górny gentoo 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: [...]