commit: 7642c0c58b4d16e6897bacee090680fe19b03331 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Apr 29 01:31:32 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 01:33:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7642c0c5
profiles/base: mask php_targets_php8-4 for stable ebuilds This allows us to stabilize packages that support php8-4 before stabilizing php-8.4.x itself. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/base/use.stable.mask | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index a20d2f136b8d..5020f536de78 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -24,5 +24,6 @@ python_targets_pypy3_11 python_single_target_pypy3_11 # Michael Orlitzky <[email protected]> (2023-12-05) -# New unstable PHP slot. +# New unstable PHP slots. php_targets_php8-3 +php_targets_php8-4
