From 6a019e21b49b30968172bb4a58ee2bbaeca74b16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 28 May 2020 10:33:29 +0200 Subject: [PATCH] profiles/arch: Move py3.8 masks into specific arches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/arch/alpha/use.mask | 5 +++++ profiles/arch/arm/use.mask | 5 +++++ profiles/arch/arm64/use.mask | 5 +++++ profiles/arch/base/use.mask | 6 ------ profiles/arch/hppa/use.mask | 5 +++++ profiles/arch/ia64/use.mask | 5 +++++ profiles/arch/powerpc/use.mask | 5 +++++ profiles/arch/sparc/use.mask | 5 +++++ profiles/arch/x86/use.mask | 5 +++++ 9 files changed, 40 insertions(+), 6 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 0f323575fc79..ff4fdc28f4ea 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -alpha +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-28) # Unmask once alpha is FINALLY done with bug #719700. python_targets_python3_9 diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index f1ca2ace6adf..215c0cae19b8 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -arm +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-28) # Unmask once arm is FINALLY done with bug #719700. python_targets_python3_9 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 10da48a78907..a304c47fae5b 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-28) # Unmask once arm64 is FINALLY done with bug #719700. python_targets_python3_9 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index d3554cf8a7ec..cd30696d3a09 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,12 +1,6 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Michał Górny (2019-11-13) -# Python 3.8 is masked on the majority of arches because we failed -# at keywording new versions of packages. -python_targets_python3_8 -python_single_target_python3_8 - # Thomas Deutschmann (2019-11-11) # James Le Cuirot (2017-06-29) # Forced and masked by default. Unmask where necessary. diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 846f27abe3cc..f9206cfa08b2 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,6 +7,11 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-26) # Unmask once hppa is FINALLY done with bug #700940. python_targets_python3_9 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index d42a7c293abf..b509d60203ff 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -ia64 +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-28) # Unmask once alpha is FINALLY done with bug #719700. python_targets_python3_9 diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index f4c5b7743dfb..4d6663301434 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -4,6 +4,11 @@ # PPC Specific use flags # +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-25) # Unmask once PPC* is FINALLY done with bug #703174. python_targets_python3_9 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 01f000846f7a..e098b539e39b 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -sparc +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-25) # Unmask once SPARC is FINALLY done with bug #707350. python_targets_python3_9 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index b651578b7fff..088b7081343f 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Michał Górny (2020-05-28) +# Moving from arch/base. +python_targets_python3_8 +python_single_target_python3_8 + # Michał Górny (2020-05-28) # Unmask once alpha is FINALLY done with bug #700194. python_targets_python3_9 -- 2.26.2