commit: 97e766bf032fba69d116d9e11fc657ed3030e5ca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 30 16:13:10 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 30 16:20:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e766bf
profiles/arch: Unify and fix py3.8/3.9 target mask Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/alpha/use.mask | 6 ++---- profiles/arch/arm/use.mask | 6 ++---- profiles/arch/arm64/use.mask | 6 ++---- profiles/arch/hppa/use.mask | 6 ++---- profiles/arch/ia64/use.mask | 6 ++---- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index ff4fdc28f4e..acfd7a0b633 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -5,13 +5,11 @@ -alpha # Michał Górny <[email protected]> (2020-05-28) -# Moving from arch/base. +# Target flags masked because of pending keywording requests. python_targets_python3_8 python_single_target_python3_8 - -# Michał Górny <[email protected]> (2020-05-28) -# Unmask once alpha is FINALLY done with bug #719700. python_targets_python3_9 +python_single_target_python3_9 # James Le Cuirot <[email protected]> (2020-05-10) # media-libs/allegro is not keyworded. diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 215c0cae19b..c974846ea74 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -5,13 +5,11 @@ -arm # Michał Górny <[email protected]> (2020-05-28) -# Moving from arch/base. +# Target flags masked because of pending keywording requests. python_targets_python3_8 python_single_target_python3_8 - -# Michał Górny <[email protected]> (2020-05-28) -# Unmask once arm is FINALLY done with bug #719700. python_targets_python3_9 +python_single_target_python3_9 # Unmask arm arch specific flags -cpu_flags_arm_iwmmxt diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index a304c47fae5..c3f0daa0458 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -5,13 +5,11 @@ -arm64 # Michał Górny <[email protected]> (2020-05-28) -# Moving from arch/base. +# Target flags masked because of pending keywording requests. python_targets_python3_8 python_single_target_python3_8 - -# Michał Górny <[email protected]> (2020-05-28) -# Unmask once arm64 is FINALLY done with bug #719700. python_targets_python3_9 +python_single_target_python3_9 # David Seifert <[email protected] (2020-05-17) # Mono is hopelessly broken on arm64 diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 5438737be8f..85640b81ef0 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -8,13 +8,11 @@ # request bug for the hppa arch. # Michał Górny <[email protected]> (2020-05-28) -# Moving from arch/base. +# Target flags masked because of pending keywording requests. python_targets_python3_8 python_single_target_python3_8 - -# Michał Górny <[email protected]> (2020-05-26) -# Unmask once hppa is FINALLY done with bug #700940. 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 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index b509d60203f..8785616f428 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -5,13 +5,11 @@ -ia64 # Michał Górny <[email protected]> (2020-05-28) -# Moving from arch/base. +# Target flags masked because of pending keywording requests. python_targets_python3_8 python_single_target_python3_8 - -# Michał Górny <[email protected]> (2020-05-28) -# Unmask once alpha is FINALLY done with bug #719700. python_targets_python3_9 +python_single_target_python3_9 # James Le Cuirot <[email protected]> (2020-05-10) # media-libs/allegro is not keyworded.
