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 C72D01384B4 for ; Sun, 6 Dec 2015 17:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B31121C0CC; 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 AE77021C0B0 for ; 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 108E034086E for ; 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 4A6CBCB1 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: <1449422840.e8e51fc43e71eb1a5b638a298e6a7cc52e1129d3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-utils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8e51fc43e71eb1a5b638a298e6a7cc52e1129d3 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: 4dd1acfa-675f-4286-9175-fb0cc3ccbf9b X-Archives-Hash: 2a813d50757f902b965a6870e105afe2 commit: e8e51fc43e71eb1a5b638a298e6a7cc52e1129d3 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:48:30 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 6 17:27:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e51fc4 python-utils-r1.eclass: Mark _PYTHON_ALL_IMPLS read-only eclass/python-utils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 024e093..0bce6a9 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -40,7 +40,7 @@ inherit toolchain-funcs # @INTERNAL # @DESCRIPTION: # All supported Python implementations, most preferred last. -_PYTHON_ALL_IMPLS=( +declare -g -r _PYTHON_ALL_IMPLS=( jython2_5 jython2_7 pypy pypy3 python3_3 python3_4 python3_5