From 256987441d79225bedcf95259dfe9109dc271546 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Tue, 22 Sep 2020 13:09:35 -0300
Subject: [PATCH] testing/asymptote: disable

---
 testing/asymptote/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/asymptote/APKBUILD b/testing/asymptote/APKBUILD
index 452571ba237c..e7fbc87ab29d 100644
--- a/testing/asymptote/APKBUILD
+++ b/testing/asymptote/APKBUILD
@@ -4,9 +4,9 @@ pkgname=asymptote
 pkgver=2.67
 pkgrel=0
 pkgdesc="A vector graphics language for technical drawing"
-options="!check" # FUTEX_WAIT_PRIVATE on builders
 url="http://asymptote.sourceforge.net/"
-arch="all !mips64 !s390x" # blocked by texlive
+# !mips64 !s390x blocked by texlive
+arch="" # FUTEX_WAIT_PRIVATE on builders
 license="GPL-3.0-only"
 depends="texlive texlive-dvi ghostscript"
 ### Optional dependencies
-- 
GitLab