From cf60cddb73476fb9a5c99bd17d69899a134fed40 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 23 Jun 2023 00:06:22 +0100 Subject: [PATCH] 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 --- 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 3db006422db7b..2f6fe5f5d9f0f 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 (2022-11-16) #