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 3F84E1384B4 for ; Sun, 6 Dec 2015 17:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF57A21C0D4; Sun, 6 Dec 2015 17:29:45 +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 9CAD721C0C6 for ; Sun, 6 Dec 2015 17:29:43 +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 3F6E134087C 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 D91A3F1B 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: <1449422891.51d35a68be0d6b6a52d876c896f3875d208b97e1.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: 51d35a68be0d6b6a52d876c896f3875d208b97e1 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: a3c7433b-f2af-4bb9-bcc7-cdb7c66ce31d X-Archives-Hash: fd79d187f4e1468726d37e100e64d453 commit: 51d35a68be0d6b6a52d876c896f3875d208b97e1 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:45:28 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 6 17:28:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d35a68 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