summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-31 15:36:35 +0200
committerMichael Orlitzky <mjo@gentoo.org>2024-06-01 08:41:53 -0400
commit52bed2676755bd367ded48a020d19b763d5ba0ac (patch)
treeaea5924b56d55eec2f82b032607507e5167fcea5 /profiles
parentprofiles: deprecate ppc 17.0 profiles (diff)
downloadgentoo-52bed2676755bd367ded48a020d19b763d5ba0ac.tar.gz
gentoo-52bed2676755bd367ded48a020d19b763d5ba0ac.tar.bz2
gentoo-52bed2676755bd367ded48a020d19b763d5ba0ac.zip
profiles/base: make.defaults: switch PHP_TARGETS to php8-2
Closes: https://github.com/gentoo/gentoo/pull/36919 Closes: https://bugs.gentoo.org/918893 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7d731fd07cf1..9e2150f9a539 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -164,7 +164,7 @@ POSTGRES_TARGETS="postgres15"
# 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="php8-1"
+PHP_TARGETS="php8-2"
# Alfredo Tupone <tupone@gentoo.org> (2024-03-15)
#