commit: ea3c7cfffd5dae0422b70dbcd28ca2fa05d4176b Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Jan 11 13:54:08 2021 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Jan 11 13:54:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c7cff
profiles: Drop 7.2 from default PHP_TARGETS 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 b5cbd7f8143..e2840c75ce2 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 php7-4" +PHP_TARGETS="php7-3 php7-4" # Alfredo Tupone <[email protected]> (2019-09-03) #
