diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-21 00:26:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-21 00:26:37 +0000 |
commit | 53773741370852826abf33cedcc4aaa0f8daed89 (patch) | |
tree | 52bba8351d0de0d06de6d2b53198eabb830784ca /profiles | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-53773741370852826abf33cedcc4aaa0f8daed89.tar.gz gentoo-2-53773741370852826abf33cedcc4aaa0f8daed89.tar.bz2 gentoo-2-53773741370852826abf33cedcc4aaa0f8daed89.zip |
disable older versions of python
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index d1a06b1007ab..f86254f7c597 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -220,3 +220,8 @@ clvm # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (22 Aug 2013) # virtual/opencl is not keyworded opencl + +# We don't care about older python versions. Time to upgrade. +python_targets_python2_6 +python_targets_python3_0 +python_targets_python3_1 |