diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-07-07 20:12:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-08 10:02:13 -0400 |
commit | 178e2e48533342699d8bd115b1721d8678035760 (patch) | |
tree | 759eeb25cd7babe1508e20f81ae43c4e82ba0e47 /profiles | |
parent | python-utils-r1.eclass: add python3_7 support (diff) | |
download | gentoo-178e2e48533342699d8bd115b1721d8678035760.tar.gz gentoo-178e2e48533342699d8bd115b1721d8678035760.tar.bz2 gentoo-178e2e48533342699d8bd115b1721d8678035760.zip |
profiles: add stable masks for python3_7
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/arm/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/ia64/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 5 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 5 |
9 files changed, 45 insertions, 0 deletions
diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 7ef77fce94be..3bc017ef9a61 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Brian Evans <grknight@gentoo.org> (16 Dec 2017) # Needs dev-lang/php:7.1 stable php_targets_php7-1 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index b5a541324b9c..1fc437119b70 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017) # dev-db/firebird is keyworded ~amd64 firebird diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 91c3f277d6b7..c890d5991f36 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Andreas Sturmlechner <asturm@gentoo.org> (06 May 2018) # Not stable, bug #642822 qt5 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 51ffb918bc86..5a2f6022136b 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Mart Raudsepp <leio@gentoo.org> (06 May 2018) # net-print/cups not stable yet cups diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 88f33d5ae7be..7b9d312ba398 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Not stable mkl diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 7f3d00880ab9..49f0bee80f65 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,8 @@ +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Mikle Kolyada <zlogene@gentoo.org> (24 Apr 2018) # no stable net-misc/aria2 on ppc aria2 diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index e797af411b72..a47ca75152f7 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -3,3 +3,8 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask + +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index a381058c68d3..127d5cf20fb7 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Hans de Graaff <graaff@gentoo.org> (13 Aug 2017) # Drop stable ruby on sparc ruby diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 13064b699d26..85f2fc153000 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/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 +# Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) +# dev-lang/python:3.7 is not stable. +python_targets_python3_7 +python_single_target_python3_7 + # Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017) # dev-db/firebird is keyworded ~x86 firebird |