commit: cf1cbd0fbc190cb6d342dac1f9fc3c0bb71f32ea Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon Apr 22 00:47:05 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Apr 22 00:47:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1cbd0f
Revert "arm64/profiles/use.mask: drop python 3.7 mask" This reverts commit eff74a12c38897bf4b2a774d940ae9cee49c8641. Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> profiles/arch/arm64/use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index bb7b3076385..5cb2650ee42 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -31,6 +31,14 @@ # https://github.com/LuaJIT/LuaJIT/issues/26 luajit +# Michał Górny <[email protected]> (16 Jul 2018) +# 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 + # Michał Górny <[email protected]> (09 Jul 2018) # No OpenCL provider is available on arm64. opencl
