diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-16 21:23:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-16 21:23:20 +0100 |
commit | fab849d1daed0ba7f2ac497d07985c3dbb692543 (patch) | |
tree | 10baa743a5340b42ad538dd19d48669ccac209b1 /profiles/base | |
parent | 73c318acdaf6f8309d68bd266051e6dd1f1bd787 (diff) |
gentoo resync : 16.06.2019
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 053b0e4ac859..cc08beb437d3 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -169,4 +169,4 @@ POSTGRES_TARGETS="postgres10 postgres11" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php5-6 php7-1" +PHP_TARGETS="php7-2" diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 2f3562ed47e0..741d220aa4b7 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 <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 |