commit: b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Mon May 27 12:47:07 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Mon May 27 12:47:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2be7c65
profiles/arch/amd64/x32: followup masks for lipcre2[jit] mask Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/amd64/x32/package.mask | 4 ++++ profiles/arch/amd64/x32/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 13452e116aa8..b6103704c241 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2024-05-27) +# Requires libpcre2[jit] which is now masked on x32 +net-analyzer/ossec-hids + # James Le Cuirot <[email protected]> (2024-02-17) # Requires net-libs/nodejs which is unavailable on amd64/x32. net-misc/sunshine diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 38dcbb4dbd90..f2bd50f466a2 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -4,6 +4,10 @@ # Ben Kohler <[email protected]> (2024-05-27) # Runtime issues (bug #925115) and build issues (bug #931092) dev-libs/libpcre2 jit +dev-lang/php jit +mail-filter/rspawmd jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit # Andreas Sturmlechner <[email protected]> (2024-03-24) # Requires unkeyworded dev-qt/qtwebengine
