summaryrefslogtreecommitdiff
path: root/profiles/arch/loong/package.use.mask
blob: 466175442007e3b3ec217ec4418c679fc88cbf4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# WANG Xuerui <xen0n@gentoo.org> (2022-10-04)
# Sanitizers partially supported on this architecture.
#
# ASan: https://reviews.llvm.org/D129418 (LLVM 15 and above)
>=sys-libs/compiler-rt-sanitizers-15 -asan

# WANG Xuerui <xen0n@gentoo.org> (2022-07-08)
# virtual/jre is not available on loong yet.
www-client/chromium js-type-check

# WANG Xuerui <xen0n@gentoo.org> (2022-05-13)
# Fails testing at least with libssh-0.9.6 and mbedtls-2.28.0-r1, needs
# investigation.
net-libs/libssh mbedtls

# WANG Xuerui <xen0n@gentoo.org> (2022-05-13)
# dev-lang/go is not available on loong yet.
media-libs/libheif go test
sys-apps/earlyoom test
sys-libs/libcap tools

# WANG Xuerui <xen0n@gentoo.org> (2022-04-24)
# Unmask experimental-loong on packages; we're loong.
dev-libs/libffi -experimental-loong
sys-kernel/linux-headers -experimental-loong
sys-libs/glibc -experimental-loong
sys-libs/libseccomp -experimental-loong

# WANG Xuerui <xen0n@gentoo.org> (2022-04-18)
# Mask io-uring & zbc pending keywording
sys-block/fio -io-uring -zbc

# WANG Xuerui <xen0n@gentoo.org> (2022-04-18)
# We never had non-deprecated libcrypt support from glibc, so disable compat
# from libxcrypt for a world without libcrypt.so.1
>=sys-libs/libxcrypt-4.4.23-r1 compat

# WANG Xuerui <xen0n@gentoo.org> (2022-04-18)
# Catalyst has support for assembling bootloader on this arch
dev-util/catalyst -system-bootloader

# The below masks are liberally taken from riscv, which has similar
# limitations.

# LoongArch has no gold
sys-devel/binutils gold

# These aren't ported to LoongArch yet
dev-libs/libpcre2 jit
dev-libs/libpcre jit
www-servers/nginx pcre-jit

# End snippets taken from riscv