commit: 5de73365776b809ee9130c932ebb121c5db5f4e6 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Mar 25 15:01:25 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Mar 25 15:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de73365
profiles: Remove python USE masks on alpha pkgcheck passes Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/alpha/use.mask | 8 -------- profiles/arch/alpha/use.stable.mask | 7 ------- 2 files changed, 15 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index dfcb78bcdac..b506ea5805d 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 <[email protected]> (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 <[email protected]> (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 90038006e71..84e2fe62fa5 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 <[email protected]> (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 <[email protected]> (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.
