diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-10-28 21:43:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-28 21:43:48 -0400 |
commit | 433d5acf96ade16bfbeb4a693fbfb9821c143d27 (patch) | |
tree | afc03257d74b5e5a003551c2bda65e3c548ebcf0 /profiles | |
parent | app-text/html-xml-utils: stable 7.1 for ppc64, bug #634756 (diff) | |
download | gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.tar.gz gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.tar.bz2 gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.zip |
profiles: move python targets stable mask to arch profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/arm/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/hppa/use.stable.mask | 12 | ||||
-rw-r--r-- | profiles/arch/ia64/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 7 | ||||
-rw-r--r-- | 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 9a7a23bf7abb..7185868eba82 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 <floppym@gentoo.org> (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 <klausman@gentoo.org> (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 2bf7d3769e73..1dd41148a630 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 <floppym@gentoo.org> (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 <kensington@gentoo.org> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 8f732238b2cd..4af07de93a12 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 <floppym@gentoo.org> (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 <kensington@gentoo.org> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 6b0c085c24df..8d566940ad3c 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 <floppym@gentoo.org> (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 <graaff@gentoo.org> (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 000000000000..b5e3fc794948 --- /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 <floppym@gentoo.org> (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 88f33d5ae7be..f59d256f20c8 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 <floppym@gentoo.org> (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 ab73cb222f1a..723fd2fd6b54 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,10 @@ +# Mike Gilbert <floppym@gentoo.org> (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 <grozin@gentoo.org> (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 e797af411b72..e125c42097ce 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 <floppym@gentoo.org> (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 ad15d3c33df9..c14380875488 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 <floppym@gentoo.org> (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 <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 118c3436da94..1d784df37c62 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 <floppym@gentoo.org> (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 <kensington@gentoo.org> (03 Jun 2017) # Not yet stable. elogind diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 58648158bef0..46cc00274594 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 <mgorny@gentoo.org> (25 Jan 2017) -# Early pre-stabilization mask for dev-lang/python:3.6 -python_targets_python3_6 -python_single_target_python3_6 - # Brian Evans <grknight@gentoo.org> (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 <floppym@gentoo.org> (02 Oct 2015) -# Needs dev-lang/python:3.5 stable -python_targets_python3_5 -python_single_target_python3_5 - # Justin Lecher <jlec@gentoo.org> (30 Sep 2015) # No stable libressl yet # Addendum: also mask the USE_EXPAND flag, |