diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-06 16:48:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 21:41:16 +0100 |
commit | 8d08aef9ec77ce1f98b26fc414af005c23b291b0 (patch) | |
tree | c8d7cf78eff5eed24c8234ab2954c8c338c46ebe /eclass/python-utils-r1.eclass | |
parent | multilib-minimal.eclass: Enable EAPI 6 (diff) | |
download | gentoo-8d08aef9ec77ce1f98b26fc414af005c23b291b0.tar.gz gentoo-8d08aef9ec77ce1f98b26fc414af005c23b291b0.tar.bz2 gentoo-8d08aef9ec77ce1f98b26fc414af005c23b291b0.zip |
python-utils-r1.eclass: Mark _PYTHON_ALL_IMPLS read-only
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 024e0936e269..0bce6a9a79bc 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 |