diff options
author | Brian Evans <grknight@gentoo.org> | 2020-03-10 11:21:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-10 12:13:44 -0400 |
commit | fc50bc81eeaee66c3d1c4102a9e025c37ffb4e9f (patch) | |
tree | 8c20086dfd20a8ec4f32fcb86214aa347daa52a4 /profiles | |
parent | profiles: Remove arm use.mask of python 3.7 target (diff) | |
download | gentoo-fc50bc81eeaee66c3d1c4102a9e025c37ffb4e9f.tar.gz gentoo-fc50bc81eeaee66c3d1c4102a9e025c37ffb4e9f.tar.bz2 gentoo-fc50bc81eeaee66c3d1c4102a9e025c37ffb4e9f.zip |
Revert "profiles: Unmask Python 3.7 targets from stable for arm"
This reverts commit 6fb00d24446abe12d0c95e0049cf406a35f8b038.
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, 3 insertions, 1 deletions
diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index f54aac2c2b89..2ca8927f490b 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -13,7 +13,9 @@ ayatana php_targets_php7-3 # Mike Gilbert <floppym@gentoo.org> (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 |