diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-08-28 20:48:09 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-08-28 20:48:53 +0800 |
commit | fb887e90dd9b95083f7dfad563f1756ebe8124de (patch) | |
tree | 7966487a5c0c4543323118769e01a7a1085bbd9f /profiles | |
parent | p/f/p/s/kernel-2.6.16+/profile.bashrc: avoid dup3 definitions. (diff) | |
download | gentoo-fb887e90dd9b95083f7dfad563f1756ebe8124de.tar.gz gentoo-fb887e90dd9b95083f7dfad563f1756ebe8124de.tar.bz2 gentoo-fb887e90dd9b95083f7dfad563f1756ebe8124de.zip |
p/f/p/s/kernel-2.6.16+/use.mask: >=python3.6 actually works!
The newer versions of python have better compatibility on old linux
kernels.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask index a2ccaca4c8e2..d465a4d7db12 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask @@ -1,9 +1,5 @@ # >=python-3 is masked -python_single_target_python3_7 -python_single_target_python3_6 python_single_target_python3_5 python_single_target_python3_4 -python_targets_python3_7 -python_targets_python3_6 python_targets_python3_5 python_targets_python3_4 |