diff options
author | Brian Evans <grknight@gentoo.org> | 2019-01-11 09:12:29 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-01-11 09:12:29 -0500 |
commit | ff7fcd298ae7823350e6ff7bdda2718944bd754f (patch) | |
tree | 6e0e9527d735e0bfbdd822dea406f4be0ebb49b5 /profiles | |
parent | dev-util/systemtap: Fixed shebang of /usr/bin/dtrace (diff) | |
download | gentoo-ff7fcd298ae7823350e6ff7bdda2718944bd754f.tar.gz gentoo-ff7fcd298ae7823350e6ff7bdda2718944bd754f.tar.bz2 gentoo-ff7fcd298ae7823350e6ff7bdda2718944bd754f.zip |
profiles: Unmask PHP 7.3 as it is released
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 6 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
3 files changed, 6 insertions, 11 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 50595c64203a..08b939ae0f67 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. @@ -12,10 +12,6 @@ d3d9 # Mask PostgreSQL 12 while in (pre-)alpha. postgres_targets_postgres12 -# Brian Evans <grknight@gentoo.org> (10 Aug 2018) -# Mask PHP 7.3 target while in beta -php_targets_php7-3 - # Matt Turner <mattst88@gentoo.org> (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #606132. diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 2ec6d823cff8..2f3562ed47e0 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 +# Brian Evans <grknight@gentoo.org> (11 Jan 2019) +# Mask PHP 7.3 target while unstable +php_targets_php7-3 + # Zac Medico <zmedico@gentoo.org> (01 Sep 2016) # Needs virtual/pypy* stable python_targets_pypy diff --git a/profiles/package.mask b/profiles/package.mask index f6539acb1aaa..c14edb1a057f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -294,11 +294,6 @@ net-analyzer/mate-netspeed =virtual/perl-threads-2.220.0 =virtual/perl-version-0.992.300 -# Brian Evans <grknight@gentoo.org> (14 Jun 2018) -# Mask new php pre-releases for initial testing -dev-lang/php:7.3 -virtual/httpd-php:7.3 - # Kent Fredric <kentnl@gentoo.org> (27 May 2018) # Subject to Man-in-the-middle security bypass vulnerability. # Retained in tree only for users who need older versions |