From 7533c2235925a5ab12dc01fe2676ee53e6665de2 Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Fri, 16 Apr 2021 01:29:16 +0300 Subject: [PATCH] testing/asymptote: disable on mips64 because of texlive --- testing/asymptote/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD index 4c6c8641aecd..2fcb033e2c16 100644 --- a/testing/asymptote/APKBUILD +++ b/testing/asymptote/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.70 pkgrel=0 pkgdesc="A vector graphics language for technical drawing" url="http://asymptote.sourceforge.net/" -arch="all !s390x" #blocked by texlive +arch="all !mips64 !s390x" #blocked by texlive license="GPL-3.0-only" depends="texlive texlive-dvi ghostscript" ### Optional dependencies -- GitLab