From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-850320-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 841891384B4 for <garchives@archives.gentoo.org>; Sun, 6 Dec 2015 17:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6469521C0A2; 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 BA12B21C0CA for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 17:29:42 +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 1F340340873 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 17:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81006E5B for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 17:29:37 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1449422859.2827610d22525a55ad4b17a4a126ef98d5aaf16c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-any-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2827610d22525a55ad4b17a4a126ef98d5aaf16c X-VCS-Branch: python-cleanup-r2 Date: Sun, 6 Dec 2015 17:29:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 14b41c71-95a3-4d20-8133-d9138885c938 X-Archives-Hash: ef898a127b6e37c49611f74b726ab097 commit: 2827610d22525a55ad4b17a4a126ef98d5aaf16c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Dec 6 15:45:06 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Dec 6 17:27:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2827610d python-any-r1.eclass: Unset global-setting function after use eclass/python-any-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 390ce90..7d86b9a 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -136,6 +136,7 @@ _python_any_set_globals() { PYTHON_DEPS="|| ( ${PYTHON_DEPS})" } _python_any_set_globals +unset -f _python_any_set_globals # @ECLASS-VARIABLE: PYTHON_USEDEP # @DESCRIPTION: