commit: 76f1e59caff340749d07e360035e56ad25dd31d2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Sep 3 16:13:07 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 17:00:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f1e59c
profiles: Add php7-4 target by default Signed-off-by: Thomas Deutschmann <whissi <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 ebcbbe0ad38..5b8552b7c2d 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -166,7 +166,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 php7-3" +PHP_TARGETS="php7-2 php7-3 php7-4" # Alfredo Tupone <[email protected]> (2019-09-03) #
