diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-27 07:47:07 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-27 07:47:07 -0500 |
commit | b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb (patch) | |
tree | fbfe940525eccf50b0f2cc6fd37f29bddf1b06e3 /profiles/arch | |
parent | profiles/arch/amd64/x32: mask jit on lipcre2 (diff) | |
download | gentoo-b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb.tar.gz gentoo-b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb.tar.bz2 gentoo-b2be7c659a8ac0c3d5fb009a7d6aff07ebd224eb.zip |
profiles/arch/amd64/x32: followup masks for lipcre2[jit] mask
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/x32/package.mask | 4 | ||||
-rw-r--r-- | profiles/arch/amd64/x32/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
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 <bkohler@gentoo.org> (2024-05-27) +# Requires libpcre2[jit] which is now masked on x32 +net-analyzer/ossec-hids + # James Le Cuirot <chewi@gentoo.org> (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 <bkohler@gentoo.org> (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 <asturm@gentoo.org> (2024-03-24) # Requires unkeyworded dev-qt/qtwebengine |