From: Michał Górny Date: Mon, 16 Jul 2018 10:50:22 +0000 (+0200) Subject: profiles: Mask python3_7 on arches with pending keywordreqs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=957a3699c98ea8160dadb7660c511c9889cf807b;p=gentoo.git profiles: Mask python3_7 on arches with pending keywordreqs --- diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index bb7cd806ceb7..4a2c498a5124 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Andrey Utkin (13 Jun 2018) # No ACPI support on alpha. Bug #657332 acpi diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask index 763749f7d4b8..486d920ddbe4 100644 --- a/profiles/arch/amd64-fbsd/use.mask +++ b/profiles/arch/amd64-fbsd/use.mask @@ -33,6 +33,13 @@ #-video_cards_vmware -input_devices_vmmouse +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Ulrich Müller (01 May 2018) # virtual/mysql is not keyworded. mysql diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 5066dd8050f3..6a16187310df 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -5,6 +5,13 @@ -cpu_flags_arm_iwmmxt -iwmmxt +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Andrey Utkin (13 Jun 2018) # No ACPI support on arm. Bug #657332 acpi diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 0a3c7cf798e7..edbebc0d7c86 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,6 +26,14 @@ -neon -armvfp +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Michał Górny (09 Jul 2018) # No OpenCL provider is available on arm64. opencl diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index bde622940a01..918546e31212 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -3,6 +3,14 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Matt Turner (26 May 2018) # Unmask systemd since it is keyworded here. -systemd diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 50737e7bf136..f86bd97dfb94 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -3,6 +3,14 @@ # This is a list of USE flags that should not be used on ia64. +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Sergei Trofimovich (17 Jun 2017) # There is no luajit support on ia64. Bug #554376 luajit diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 16cf105d8adf..05d83174997d 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -4,6 +4,14 @@ # Unmask the flag which corresponds to ARCH. -mips +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Matt Turner (25 Mar 2018) # Unmask systemd since it is keyworded here. -systemd diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 9500eba21f4a..268b8bfe3b91 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -4,6 +4,14 @@ # PPC Specific use flags # +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Sergei Trofimovich (18 Mar 20180) # mongodb is not keyworded on ppc/ppc64 (broken) mongodb diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index 3539a4710a08..40fa9bb94a5c 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -7,6 +7,14 @@ # Unmask ABI flags for this arch. -abi_s390_32 +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # James Le Cuirot (29 Jun 2017) # Unmask as this profile is big endian. -big-endian diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index b67efceb34f9..cdf664c2e15f 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -6,6 +6,14 @@ # This file contains a list of useflags that cannot be used on sparc. +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661306: dev-python/pytest +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Sergei Trofimovich (19 Nov 2017) # There is no luajit support on sparc. Bug #554376 luajit diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 348be1819f00..46f56f16f160 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,13 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Michał Górny (16 Jul 2018) +# Python 3.7 support requires fresh versions of packages which are stuck +# at keywordreqs. +# bug #661320: dev-python/twisted +python_targets_python3_7 +python_single_target_python3_7 + # Michael Orlitzky (13 Jan 2018) # Oracle database stuff should work on x86. -oci8