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 3B99A1384B4 for ; Wed, 9 Dec 2015 19:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE56221C083; Wed, 9 Dec 2015 19:32:30 +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 5C06321C06F for ; Wed, 9 Dec 2015 19:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3017B3408EC for ; Wed, 9 Dec 2015 19:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8A3EF0 for ; Wed, 9 Dec 2015 19:32:27 +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: <1449689373.fb97f651b70e7a74558374e001757c94a0b65ffc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fb97f651b70e7a74558374e001757c94a0b65ffc X-VCS-Branch: python-cleanup-r2 Date: Wed, 9 Dec 2015 19:32:27 +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: 8ee4a9a9-6d01-48c4-bbd8-f432f07157ad X-Archives-Hash: 0ea4b0124b5aa8d156236a7c716a7619 commit: fb97f651b70e7a74558374e001757c94a0b65ffc Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:45:28 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 9 19:29:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb97f651 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 91f0436..6e7b6e1 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