commit:     cf60cddb73476fb9a5c99bd17d69899a134fed40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 23:06:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf60cddb

profiles/base: change to PHP_TARGETS="php8-1"

Needed for OpenSSL 3. As noted in the PR, php7-4 is EOL and 8-0 is 
security-support
only, so let's zoom ahead to solely 8-1.

Bug: https://bugs.gentoo.org/797676
Closes: https://github.com/gentoo/gentoo/pull/31579
Signed-off-by: Sam James <sam <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 3db006422db7..2f6fe5f5d9f0 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -168,7 +168,7 @@ POSTGRES_TARGETS="postgres12 postgres13"
 # 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-4 php8-0"
+PHP_TARGETS="php8-1"
 
 # Alfredo Tupone <tup...@gentoo.org> (2022-11-16)
 #

Reply via email to