Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-cleanup-r2 commit in: eclass/
Date: Sun, 06 Dec 2015 17:29:48
Message-Id: 1449422840.e8e51fc43e71eb1a5b638a298e6a7cc52e1129d3.mgorny@gentoo
1 commit: e8e51fc43e71eb1a5b638a298e6a7cc52e1129d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:48:30 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 17:27:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e51fc4
7
8 python-utils-r1.eclass: Mark _PYTHON_ALL_IMPLS read-only
9
10 eclass/python-utils-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
14 index 024e093..0bce6a9 100644
15 --- a/eclass/python-utils-r1.eclass
16 +++ b/eclass/python-utils-r1.eclass
17 @@ -40,7 +40,7 @@ inherit toolchain-funcs
18 # @INTERNAL
19 # @DESCRIPTION:
20 # All supported Python implementations, most preferred last.
21 -_PYTHON_ALL_IMPLS=(
22 +declare -g -r _PYTHON_ALL_IMPLS=(
23 jython2_5 jython2_7
24 pypy pypy3
25 python3_3 python3_4 python3_5