diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-08 23:01:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-08 23:01:01 +0200 |
commit | 8bbd638bdd38205bcba44430f2422cbd008d389c (patch) | |
tree | 9167b90eec210ca368fe109c5c849f4684eb096a /profiles/base | |
parent | sys-apps/systemd: remove old (diff) | |
download | gentoo-8bbd638bdd38205bcba44430f2422cbd008d389c.tar.gz gentoo-8bbd638bdd38205bcba44430f2422cbd008d389c.tar.bz2 gentoo-8bbd638bdd38205bcba44430f2422cbd008d389c.zip |
profiles: Change PHP_TARGETS default to php7-2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 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" |