diff options
author | Brian Evans <grknight@gentoo.org> | 2020-03-07 13:10:26 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-07 13:26:08 -0500 |
commit | 6fb00d24446abe12d0c95e0049cf406a35f8b038 (patch) | |
tree | be0aaff567626db26bd18db99574b8b0cb991d00 /profiles | |
parent | profiles: Unmask Python 3.7 targets from stable for x86 (diff) | |
download | gentoo-6fb00d24446abe12d0c95e0049cf406a35f8b038.tar.gz gentoo-6fb00d24446abe12d0c95e0049cf406a35f8b038.tar.bz2 gentoo-6fb00d24446abe12d0c95e0049cf406a35f8b038.zip |
profiles: Unmask Python 3.7 targets from stable for arm
Ack by mgorny on #gentoo-python
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/use.stable.mask | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 2ca8927f490b..f54aac2c2b89 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -13,9 +13,7 @@ ayatana php_targets_php7-3 # 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 |