commit: d0c056817627cc7846adeaa3d48414920cd03f86 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed May 6 17:16:58 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed May 6 17:16:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c05681
profiles: release more py37 targets Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> profiles/arch/ia64/use.mask | 8 -------- profiles/arch/powerpc/ppc32/use.stable.mask | 2 -- profiles/arch/powerpc/ppc64/use.stable.mask | 2 -- 3 files changed, 12 deletions(-) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index c851117aaba..5988ad287e6 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -19,14 +19,6 @@ gnome-online-accounts appindicator ayatana -# 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 - # Sergei Trofimovich <[email protected]> (2017-06-17) # There is no luajit support on ia64. Bug #554376 luajit diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 6fa40348650..9980a765a98 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,7 +1,5 @@ # 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 diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index 1a45999e11d..28c81143277 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -6,7 +6,5 @@ # 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
