commit: 0a2c144f058dec4899938aa5c6e09378d0e3dac5 Author: Lothar Serra Mari <mail <AT> serra <DOT> me> AuthorDate: Fri Nov 21 08:57:00 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Nov 25 00:26:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2c144f
profiles/desc: add php-8.5 to possible PHP_TARGETS Signed-off-by: Lothar Serra Mari <mail <AT> serra.me> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/desc/php_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index 175d97ecb766..e43ac3a6f365 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -3,6 +3,7 @@ # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php8-5 - Build against PHP 8.5 php8-4 - Build against PHP 8.4 php8-3 - Build against PHP 8.3 php8-2 - Build against PHP 8.2
