commit: cac055b5696f94cc12396f7fbfcb33799821bc17 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 18:08:34 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 18:09:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac055b5
profiles: Add php7-3 target by default Closes: https://bugs.gentoo.org/694008 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 c8b3fcdddc1..1ac69f51ec9 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -163,7 +163,7 @@ 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="php7-2" +PHP_TARGETS="php7-2 php7-3" # Alfredo Tupone <[email protected]> (2019-09-03) #
