commit: e7932f1cc6940dfa45087a9b5553236f10675f32 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 18 18:00:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 18 18:09:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7932f1c
profiles/arch/hppa: Unmask py3.8 & py3.9 targets Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/hppa/use.mask | 7 ------- profiles/arch/hppa/use.stable.mask | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 0ddff0f479b..5b7962c71db 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,13 +7,6 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. -# Michał Górny <[email protected]> (2020-05-28) -# Target flags masked because of pending keywording requests. -python_targets_python3_8 -python_single_target_python3_8 -python_targets_python3_9 -python_single_target_python3_9 - # Rolf Eike Beer <[email protected]> (2020-04-21) # ruby2.4 will go away soon, avoid keywording older packages ruby_targets_ruby24 diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 448e386051d..35d799148af 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <[email protected]> (2020-06-18) +# Not ready for stable yet. +python_targets_python3_8 +python_single_target_python3_8 + # Rolf Eike Beer <[email protected]> (2020-04-14) # media-libs/gstreamer is not stable for hppa gstreamer
