commit: 3685815fb99923f35a19a4a9f8af438e457df678 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Oct 9 14:56:05 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Oct 9 14:56:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3685815f
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 <AT> gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 6e1ada342cf..8e489bf49e1 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"
