diff options
author | Brian Evans <grknight@gentoo.org> | 2020-03-25 11:01:25 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-25 11:02:12 -0400 |
commit | 5de73365776b809ee9130c932ebb121c5db5f4e6 (patch) | |
tree | 7de158f5763c8245fde089d5ef68ef605c6e9e82 /profiles | |
parent | profiles: x86/use.mask - Drop obsolete mask on python 3.7 target (diff) | |
download | gentoo-5de73365776b809ee9130c932ebb121c5db5f4e6.tar.gz gentoo-5de73365776b809ee9130c932ebb121c5db5f4e6.tar.bz2 gentoo-5de73365776b809ee9130c932ebb121c5db5f4e6.zip |
profiles: Remove python USE masks on alpha
pkgcheck passes
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/alpha/use.stable.mask | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index dfcb78bcdac3..b506ea5805d2 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -16,14 +16,6 @@ mongodb # net-libs/zeromq is not keyworded zeromq -# Michał Górny <mgorny@gentoo.org> (2018-07-16) -# Python 3.7 support requires fresh versions of packages which are stuck -# at keywordreqs. -# bug #661306: dev-python/pytest -# bug #661320: dev-python/twisted -python_targets_python3_7 -python_single_target_python3_7 - # Andrey Utkin <andrey_utkin@gentoo.org> (2018-06-13) # No ACPI support on alpha. Bug #657332 acpi diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 90038006e714..84e2fe62fa5e 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -12,13 +12,6 @@ php # Dependency not yet stable (dev-libs/libappindicator). ayatana -# 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 -python_targets_python3_8 -python_single_target_python3_8 - # Tobias Klausmann <klausman@gentoo.org> (2016-03-17) # Webkit itself is enormous (~13h compile+test on our fastest dev machine), so # it will remain not-stable forever. Mask the USE flag accordingly. |