diff --git a/testing/klevernotes/APKBUILD b/testing/klevernotes/APKBUILD index c51c569235f..08984f672f1 100644 --- a/testing/klevernotes/APKBUILD +++ b/testing/klevernotes/APKBUILD @@ -8,8 +8,8 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="A note-taking and management application using markdown" # armhf blocked by qt6-qtdeclarative -> kirigami -# ppc64le, s390x, riscv64 and loongarch64 blocked by qt6-qtwebengine -arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64" +# ppc64le, s390x and riscv64 blocked by qt6-qtwebengine +arch="all !armhf !ppc64le !s390x !riscv64" url="https://apps.kde.org/klevernotes/" license="GPL-2.0-or-later" depends=" diff --git a/testing/opcr-policy/APKBUILD b/testing/opcr-policy/APKBUILD index b05c2a3eb88..8a674b3bda3 100644 --- a/testing/opcr-policy/APKBUILD +++ b/testing/opcr-policy/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.2.21 pkgrel=1 pkgdesc="CLI for building, versioning and publishing authorization policies" url="https://www.openpolicycontainers.com/" -arch="all !loongarch64" +arch="all" license="Apache-2.0" makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/opcr-io/policy/archive/refs/tags/v$pkgver.tar.gz" diff --git a/testing/py3-mopidy-spotify/APKBUILD b/testing/py3-mopidy-spotify/APKBUILD index bcc2db03c30..e5b89581ba7 100644 --- a/testing/py3-mopidy-spotify/APKBUILD +++ b/testing/py3-mopidy-spotify/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Mopidy extension for playing music from Spotify" url="https://mopidy.com/ext/spotify/" # blocked by gst-plugins-rs -arch="noarch !armhf !armv7 !ppc64le !riscv64 !s390x !x86 !loongarch64" +arch="noarch !armhf !armv7 !ppc64le !riscv64 !s390x !x86" license="Apache-2.0" depends=" gst-plugins-rs-spotify diff --git a/testing/rust-script/APKBUILD b/testing/rust-script/APKBUILD index 534f2dc1fdf..a11cb0ca9c6 100644 --- a/testing/rust-script/APKBUILD +++ b/testing/rust-script/APKBUILD @@ -6,8 +6,7 @@ pkgrel=0 pkgdesc="Run Rust files and expressions as scripts without any setup or compilation step" url="https://rust-script.org/" license="Apache-2.0 OR MIT" -# loongarch64: blocked by libc crate -arch="all !armhf !loongarch64" # tests hang +arch="all !armhf" # tests hang makedepends="cargo cargo-auditable" source="https://github.com/fornwall/rust-script/archive/$pkgver/rust-script-$pkgver.tar.gz" options="net"