diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-20 15:48:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-20 15:51:00 +0200 |
commit | 25796050605206eb20a1ea1a1ccb9c58ef2321bf (patch) | |
tree | 61751d38f210381768bf31085156c9cbd295b675 /profiles/arch | |
parent | dev-python/python-mpv: import from ::guru (diff) | |
download | gentoo-25796050605206eb20a1ea1a1ccb9c58ef2321bf.tar.gz gentoo-25796050605206eb20a1ea1a1ccb9c58ef2321bf.tar.bz2 gentoo-25796050605206eb20a1ea1a1ccb9c58ef2321bf.zip |
profiles/arch: Mask py3.10 on slacking arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/alpha/use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/riscv/use.mask | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index cf614be4eae8..4b196ab45f10 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,13 @@ # Unmask the flag which corresponds to ARCH. -alpha +# Michał Górny <mgorny@gentoo.org> (2021-05-20) +# Unresolved keywordreqs are getting in the way. +# https://bugs.gentoo.org/773451 +# https://bugs.gentoo.org/789606 +python_targets_python3_10 +python_single_target_python3_10 + # Andreas Sturmlechner <asturm@gentoo.org> (2020-11-12) # media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725 jack diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 5ef64c04f901..60fadf6a77b8 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,12 @@ # 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> (2021-05-20) +# Unresolved keywordreqs are getting in the way. +# https://bugs.gentoo.org/789606 +python_targets_python3_10 +python_single_target_python3_10 + # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01) # sys-libs/llvm-libunwind not supported on HPPA. llvm-libunwind diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 834a60ef712c..88b786de48d9 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -7,6 +7,13 @@ # Unmask systemd -systemd +# Michał Górny <mgorny@gentoo.org> (2021-05-20) +# Unresolved keywordreqs are getting in the way. +# https://bugs.gentoo.org/773451 +# https://bugs.gentoo.org/789606 +python_targets_python3_10 +python_single_target_python3_10 + # Ben Kohler <bkohler@gentoo.org> (2019-01-09) # no fam providers keyworded yet fam |