commit: 5f922f32b921fe9dfbcdbf2a268bd23b563f57a8 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Jul 8 00:17:31 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Jul 8 14:02:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f922f32
profiles: copy random python3_6 masks for python3_7 profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 2 ++ profiles/prefix/windows/cygwin/use.mask | 1 + 2 files changed, 3 insertions(+) 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 2a1686418a8..a2ccaca4c8e 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 a953069a805..7e47b5dd84f 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
