From: Brian Evans Date: Tue, 9 Oct 2018 14:56:05 +0000 (-0400) Subject: profiles: base/make.defaults - Change PHP_TARGETS default X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3685815fb99923f35a19a4a9f8af438e457df678;p=gentoo.git profiles: base/make.defaults - Change PHP_TARGETS default php 7.0 will be soon deprecated. Move default target to 7.1 with 5.6 legacy until that is masked Signed-off-by: Brian Evans --- diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 6e1ada342cf9..8e489bf49e13 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -161,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10" # 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-0" +PHP_TARGETS="php5-6 php7-1"