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