diff options
author | Sam James <sam@gentoo.org> | 2023-06-23 00:06:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-23 22:41:33 +0100 |
commit | cf60cddb73476fb9a5c99bd17d69899a134fed40 (patch) | |
tree | c600bb7f785bc399a60c882fb7a2e685c6fb7733 /profiles | |
parent | dev-lang/perl: update for respun 5.38.0_rc2 (diff) | |
download | gentoo-cf60cddb73476fb9a5c99bd17d69899a134fed40.tar.gz gentoo-cf60cddb73476fb9a5c99bd17d69899a134fed40.tar.bz2 gentoo-cf60cddb73476fb9a5c99bd17d69899a134fed40.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tupone@gentoo.org> (2022-11-16) # |