diff --git a/testing/boa-cli/APKBUILD b/testing/boa-cli/APKBUILD index c9b95befac58bc89e304e27a9c35e40358489a6e..34a221cf1de4b064e09cfd79b1b6e63de0efb697 100644 --- a/testing/boa-cli/APKBUILD +++ b/testing/boa-cli/APKBUILD @@ -8,8 +8,7 @@ url="https://github.com/boa-dev/boa/" # 32-bit: failing tests # ppc64le: corosensei crate # s390x: nix crate -# loongarch64: blocked by libc crate -arch="all !armhf !armv7 !x86 !ppc64le !s390x !loongarch64" +arch="all !armhf !armv7 !x86 !ppc64le !s390x" license="MIT OR Unlicense" makedepends="cargo cargo-auditable" checkdepends="openssl-dev" diff --git a/testing/turn-rs/APKBUILD b/testing/turn-rs/APKBUILD index 46febe2a424d2abb9def80014aace1dcefd3606e..1152e5ee2349ead073f60d0f4c3132bb0dd83881 100644 --- a/testing/turn-rs/APKBUILD +++ b/testing/turn-rs/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.3.3 pkgrel=0 pkgdesc="A pure rust implemented turn server" url="https://github.com/mycrl/turn-rs" -arch="all !loongarch64" # loongarch64: blocked by libc crate +arch="all" license="GPL-3.0-only" makedepends=" cargo diff --git a/testing/waifu2x-converter-cpp/APKBUILD b/testing/waifu2x-converter-cpp/APKBUILD index 2f5055bfa44640c13835d94f7814761a912ce637..735297d05120b55d1dfc9139921edfd000a9ef2f 100644 --- a/testing/waifu2x-converter-cpp/APKBUILD +++ b/testing/waifu2x-converter-cpp/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.3.4 pkgrel=7 pkgdesc="image upscaler for anime-style art capable of opencl" url="https://github.com/DeadSix27/waifu2x-converter-cpp" -arch="all !ppc64le !s390x !riscv64 !loongarch64" # limited by opencv +arch="all !ppc64le !s390x !riscv64" # limited by opencv license="MIT" depends="so:libOpenCL.so.1" makedepends="cmake opencl-dev opencv-dev samurai"