summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-10-09 10:56:05 -0400
committerBrian Evans <grknight@gentoo.org>2018-10-09 10:56:05 -0400
commit3685815fb99923f35a19a4a9f8af438e457df678 (patch)
tree22648d047c575a2dbc330d79efa2962599560e64
parentx11-libs/libX11: Version bump to 1.6.7 (diff)
downloadgentoo-3685815fb99923f35a19a4a9f8af438e457df678.tar.gz
gentoo-3685815fb99923f35a19a4a9f8af438e457df678.tar.bz2
gentoo-3685815fb99923f35a19a4a9f8af438e457df678.zip
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 <grknight@gentoo.org>
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
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"