diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-18 20:00:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-18 20:09:30 +0200 |
commit | e7932f1cc6940dfa45087a9b5553236f10675f32 (patch) | |
tree | 6055c497fb9e375aabf262ca08d30c34ec315b60 /profiles | |
parent | dev-python/rdflib: Port to py3.9 (diff) | |
download | gentoo-e7932f1cc6940dfa45087a9b5553236f10675f32.tar.gz gentoo-e7932f1cc6940dfa45087a9b5553236f10675f32.tar.bz2 gentoo-e7932f1cc6940dfa45087a9b5553236f10675f32.zip |
profiles/arch/hppa: Unmask py3.8 & py3.9 targets
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/use.mask | 7 | ||||
-rw-r--r-- | 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 0ddff0f479bb..5b7962c71db5 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 <mgorny@gentoo.org> (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 <eike@sf-mail.de> (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 448e386051dc..35d799148af9 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 <mgorny@gentoo.org> (2020-06-18) +# Not ready for stable yet. +python_targets_python3_8 +python_single_target_python3_8 + # Rolf Eike Beer <eike@sf-mail.de> (2020-04-14) # media-libs/gstreamer is not stable for hppa gstreamer |