diff options
author | Brian Evans <grknight@gentoo.org> | 2020-03-07 13:09:44 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-07 13:26:08 -0500 |
commit | b2d00afe9196a464bf0af6391ae45d77e793ebe1 (patch) | |
tree | 547ae1a11680cbc66accc0a82591de08dbd4257f /profiles/arch/x86/use.stable.mask | |
parent | profiles: Unmask Python 3.7 targets from stable for ia64 (diff) | |
download | gentoo-b2d00afe9196a464bf0af6391ae45d77e793ebe1.tar.gz gentoo-b2d00afe9196a464bf0af6391ae45d77e793ebe1.tar.bz2 gentoo-b2d00afe9196a464bf0af6391ae45d77e793ebe1.zip |
profiles: Unmask Python 3.7 targets from stable for x86
Ack by mgorny on #gentoo-python
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/arch/x86/use.stable.mask')
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 580c08661a6b..9d96faf8798c 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 <floppym@gentoo.org> (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 |