Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 01/13] python-utils-r1.eclass: Mark _PYTHON_ALL_IMPLS read-only
Date: Sun, 06 Dec 2015 19:05:43
Message-Id: 1449428612-20538-2-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder by "Michał Górny"
1 ---
2 eclass/python-utils-r1.eclass | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
6 index 024e093..0bce6a9 100644
7 --- a/eclass/python-utils-r1.eclass
8 +++ b/eclass/python-utils-r1.eclass
9 @@ -40,7 +40,7 @@ inherit toolchain-funcs
10 # @INTERNAL
11 # @DESCRIPTION:
12 # All supported Python implementations, most preferred last.
13 -_PYTHON_ALL_IMPLS=(
14 +declare -g -r _PYTHON_ALL_IMPLS=(
15 jython2_5 jython2_7
16 pypy pypy3
17 python3_3 python3_4 python3_5
18 --
19 2.6.3