commit: efa521bc5f8cc66fd82964c5023e4b51339253ed Author: Lothar Serra Mari <mail <AT> serra <DOT> me> AuthorDate: Wed Nov 27 13:28:50 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 01:43:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa521bc
profiles/desc/php_targets.desc: Add php8.4 flag 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 029dd62dce4d..441b63a1db14 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-4 - Build against PHP 8.4 php8-3 - Build against PHP 8.3 php8-2 - Build against PHP 8.2 php8-1 - Build against PHP 8.1
