commit: b1de0e624493aa9f947026930bcbfab0cb5c2513 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 15:12:17 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 15:18:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1de0e62
profiles: Move php_targets_php7-3 mask to use.stable.mask Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> profiles/arch/arm/use.mask | 4 ---- profiles/arch/arm/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 9734926eac4..f43742a9f2a 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -5,10 +5,6 @@ -cpu_flags_arm_iwmmxt -cpu_flags_arm_iwmmxt2 -# Thomas Deutschmann <[email protected]> (08 Jun 2019) -# Needs dev-lang/php:7.3 stable -php_targets_php7-3 - # Michał Górny <[email protected]> (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 00124b594bb..17a064b8ce9 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 +# Thomas Deutschmann <[email protected]> (08 Jun 2019) +# Needs dev-lang/php:7.3 stable +php_targets_php7-3 + # Mike Gilbert <[email protected]> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7
