From c37f7be03946dc2f04ab9d866b602efffc73ebd8 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Tue, 21 May 2024 23:25:43 +0200 Subject: [PATCH] testing/asymptote: disable on loongarch64 --- testing/asymptote/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD index a7e631f70cb..33f171feba3 100644 --- a/testing/asymptote/APKBUILD +++ b/testing/asymptote/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.86 pkgrel=0 pkgdesc="A vector graphics language for technical drawing" url="https://asymptote.sourceforge.net/" -arch="all !ppc64le !s390x !riscv64" #blocked by texlive +arch="all !ppc64le !s390x !riscv64 !loongarch64" #blocked by texlive license="GPL-3.0-only" depends="texlive texlive-dvi ghostscript" ### Optional dependencies