commit: d996e06e13e4ce43e00f80e2f7dff1c00e19f267 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 16:48:48 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Mar 10 16:48:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d996e06e
Revert "profiles: Unmask Python 3.7 targets from stable for x86" This reverts commit b2d00afe9196a464bf0af6391ae45d77e793ebe1. Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/x86/use.stable.mask | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 9d96faf8798..580c08661a6 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -5,7 +5,9 @@ # Please use the same syntax as in use.mask # Mike Gilbert <[email protected]> (2017-06-08) -# dev-lang/python:3.8 is not stable. +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 python_targets_python3_8 python_single_target_python3_8
