commit: a1efecbe056a1c2963a79546d721ee7a5762a191 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Sep 20 12:48:10 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Sep 20 12:48:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1efecbe
profiles: Remove php_targets_php7-2 from stable mask for most arches Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/alpha/use.stable.mask | 8 ++++---- profiles/arch/arm/use.stable.mask | 8 ++++---- profiles/base/use.stable.mask | 4 ---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 3bc017ef9a6..30fc79015c0 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -4,15 +4,15 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <[email protected]> (14 Aug 2017) +# Needs dev-lang/php:7.2 stable +php_targets_php7-2 + # Mike Gilbert <[email protected]> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7 python_single_target_python3_7 -# Brian Evans <[email protected]> (16 Dec 2017) -# Needs dev-lang/php:7.1 stable -php_targets_php7-1 - # 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/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index c890d5991f3..bc9c137a440 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <[email protected]> (14 Aug 2017) +# Needs dev-lang/php:7.2 stable +php_targets_php7-2 + # Mike Gilbert <[email protected]> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7 @@ -13,10 +17,6 @@ python_single_target_python3_7 # Not stable, bug #642822 qt5 -# Brian Evans <[email protected]> (16 Dec 2017) -# Needs dev-lang/php:7.1 stable -php_targets_php7-1 - # 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 4f4862436e6..8d065fe4f51 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Brian Evans <[email protected]> (14 Aug 2017) -# Needs dev-lang/php:7.2 stable -php_targets_php7-2 - # Zac Medico <[email protected]> (01 Sep 2016) # Needs virtual/pypy* stable python_targets_pypy
