commit: 220c6a3c855e26762818844f66a35bcd1a833a76 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh> AuthorDate: Fri Jul 4 17:57:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 13 08:27:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220c6a3c
profiles/base: remove php8-1 from use.mask php 8.1 is no longer part of portage tree since 2025-03-17 via e8ed8932868769feef9cdd284e84e878c7bb8a26. Bug: https://bugs.gentoo.org/959495 Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/42868 Closes: https://github.com/gentoo/gentoo/pull/42868 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/use.mask | 7 ------- 1 file changed, 7 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 609a2a3ad4d6..46ecbaaeb637 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -25,13 +25,6 @@ firebird lcd_devices_g15 g15 -# Michael Orlitzky <[email protected]> (2024-11-13) -# The 8.1 slot is masked, so the USE flag that pulls it in has to be -# masked too. The bare "php8-1" is for www-servers/nginx-unit which -# has a non-standard flag name. -php_targets_php8-1 -php8-1 - # Andreas K. Hüttel <[email protected]> (2024-10-21) # Mechanism for coping with the time64 transition of 32bit arches # Will be unmasked in the time64 profiles
