From d244f9fe6e88e53ff3eabd2d0ce8ab73254d8469 Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Tue, 4 Jun 2024 09:40:13 +0200 Subject: [PATCH] community/nimble: disable on loongarch64 --- community/nimble/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/nimble/APKBUILD b/community/nimble/APKBUILD index ee05aeb2b8ac..a26f624e7d7c 100644 --- a/community/nimble/APKBUILD +++ b/community/nimble/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.14.2 pkgrel=0 pkgdesc="Package manager for the Nim programming language" url="https://github.com/nim-lang/nimble" -arch="all !s390x" +arch="all !s390x !loongarch64" # blocked by nim license="BSD-3-Clause" depends="nim libssl3" subpackages="$pkgname-bash-completion $pkgname-zsh-completion" -- GitLab