commit: 433d5acf96ade16bfbeb4a693fbfb9821c143d27 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Oct 29 01:43:48 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Oct 29 01:43:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433d5acf
profiles: move python targets stable mask to arch profiles profiles/arch/alpha/use.stable.mask | 7 +++++++ profiles/arch/amd64/use.stable.mask | 7 +++++++ profiles/arch/arm/use.stable.mask | 7 +++++++ profiles/arch/arm64/use.stable.mask | 7 +++++++ profiles/arch/hppa/use.stable.mask | 12 ++++++++++++ profiles/arch/ia64/use.stable.mask | 7 +++++++ profiles/arch/powerpc/ppc32/use.stable.mask | 7 +++++++ profiles/arch/powerpc/ppc64/use.stable.mask | 7 +++++++ profiles/arch/sparc/use.stable.mask | 7 +++++++ profiles/arch/x86/use.stable.mask | 7 +++++++ profiles/base/use.stable.mask | 10 ---------- 11 files changed, 75 insertions(+), 10 deletions(-) diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 9a7a23bf7ab..7185868eba8 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Tobias Klausmann <[email protected]> (17 Mar 2016) # Webkit itself is enormous (~13h compile+test on our fastest dev machine), so # it will remain not-stable forever. Mask the USE flag accordingly. diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 2bf7d3769e7..1dd41148a63 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Michael Palimaka <[email protected]> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 8f732238b2c..4af07de93a1 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Michael Palimaka <[email protected]> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 6b0c085c24d..8d566940ad3 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Hans de Graaff <[email protected]> (17 Apr 2017) # Temporary mask to support stable bug 615818 ruby_targets_ruby22 diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask new file mode 100644 index 00000000000..b5e3fc79494 --- /dev/null +++ b/profiles/arch/hppa/use.stable.mask @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask + +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 88f33d5ae7b..f59d256f20c 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Not stable mkl diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index ab73cb222f1..723fd2fd6b5 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,10 @@ +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Andrey Grozin <[email protected]> (25 Jun 2014) # no stable versions on ppc clisp diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index e797af411b7..e125c42097c 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -3,3 +3,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask + +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index ad15d3c33df..c1438087548 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Hans de Graaff <[email protected]> (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 118c3436da9..1d784df37c6 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Mike Gilbert <[email protected]> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 + # Michael Palimaka <[email protected]> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 58648158bef..46cc0027459 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -8,11 +8,6 @@ # Needs dev-lang/php:7.2 stable php_targets_php7-2 -# Michał Górny <[email protected]> (25 Jan 2017) -# Early pre-stabilization mask for dev-lang/python:3.6 -python_targets_python3_6 -python_single_target_python3_6 - # Brian Evans <[email protected]> (06 Dec 2016) # Needs dev-lang/php:7.1 stable php_targets_php7-1 @@ -24,11 +19,6 @@ python_single_target_pypy python_targets_pypy3 python_single_target_pypy3 -# Mike Gilbert <[email protected]> (02 Oct 2015) -# Needs dev-lang/python:3.5 stable -python_targets_python3_5 -python_single_target_python3_5 - # Justin Lecher <[email protected]> (30 Sep 2015) # No stable libressl yet # Addendum: also mask the USE_EXPAND flag,
