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 59B641384B4 for ; Wed, 9 Dec 2015 20:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DC6621C03E; Wed, 9 Dec 2015 20:42:11 +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 878C3E08E9 for ; Wed, 9 Dec 2015 20:42:09 +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 C566F340894 for ; Wed, 9 Dec 2015 20:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C66F1B for ; Wed, 9 Dec 2015 20:42:05 +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: <1449693676.9cb09f544419ca1c75879f570c417227e3b5adef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master 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: 9cb09f544419ca1c75879f570c417227e3b5adef X-VCS-Branch: master Date: Wed, 9 Dec 2015 20:42:05 +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: 899796e4-f77a-4923-993d-e1c67b8ad398 X-Archives-Hash: efb45e1763e20c7d2eacb4c120b0e7d6 commit: 9cb09f544419ca1c75879f570c417227e3b5adef Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:45:06 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 9 20:41:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb09f54 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: