commit: b76824ea3ec338b9cda8ad2c042f740bed83c7c5 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 13 13:02:01 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 18:59:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76824ea
profiles/base/use.mask: mask the PHP 8.1.x target The 8.1 slot of dev-lang/php is going to be masked, but before we can do that, we need to prevent packages from trying to pull it in. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/base/use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index b4845b0b52e8..96c627eb030e 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# 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
