diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-07-07 20:17:31 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-08 10:02:14 -0400 |
commit | 5f922f32b921fe9dfbcdbf2a268bd23b563f57a8 (patch) | |
tree | 7626dfc6f335c0d19b93830245ae4a5113f70bdf /profiles | |
parent | profiles: force dev-lang/python-exec[python3_7] (diff) | |
download | gentoo-5f922f32b921fe9dfbcdbf2a268bd23b563f57a8.tar.gz gentoo-5f922f32b921fe9dfbcdbf2a268bd23b563f57a8.tar.bz2 gentoo-5f922f32b921fe9dfbcdbf2a268bd23b563f57a8.zip |
profiles: copy random python3_6 masks for python3_7
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/use.mask | 1 |
2 files changed, 3 insertions, 0 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 2a1686418a8f..a2ccaca4c8e2 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask @@ -1,7 +1,9 @@ # >=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 diff --git a/profiles/prefix/windows/cygwin/use.mask b/profiles/prefix/windows/cygwin/use.mask index a953069a8059..7e47b5dd84fd 100644 --- a/profiles/prefix/windows/cygwin/use.mask +++ b/profiles/prefix/windows/cygwin/use.mask @@ -8,3 +8,4 @@ python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +python_targets_python3_7 |