commit: 0a2f7cccb5b6dfa2c01ab6bb351d474022329d83 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 20:45:14 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 20:45:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2f7ccc
profiles: Unmask PHP 7.4 as it is released Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> profiles/base/use.mask | 4 ---- profiles/base/use.stable.mask | 4 ++++ profiles/package.mask | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6e981e94a6e..a00850be931 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -16,10 +16,6 @@ libglvnd # app-office/texmacs is package.mask'd. Bug #436400 texmacs -# Brian Evans <[email protected]> (2019-07-25) -# Mask flag for early testing -php_targets_php7-4 - # Hans de Graaff <[email protected]> (2019-04-07) # Mask Ruby 2.3 as EOL ruby_targets_ruby23 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 9ddc19ed3b0..082edee11a3 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/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]> (28 Nov 2019) +# Mask PHP 7.4 target while unstable +php_targets_php7-3 + # Patrick Lauer <[email protected]> (2019-10-04) # No postgres-12 stable yet postgres_targets_postgres12 diff --git a/profiles/package.mask b/profiles/package.mask index c6f1a48a6ea..dbbabd13f2f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -494,11 +494,6 @@ dev-lang/vala:0.46 # It breaks hundreds of py2 ebuilds and not all deps are keyworded >=dev-python/pytest-5.0.1 -# Brian Evans <[email protected]> (2019-07-25) -# Mask new beta versions until release -dev-lang/php:7.4 -~virtual/httpd-php-7.4 - # Robin H. Johnson <[email protected]> (2019-07-08) # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs # matching genkernel work?
