From d39d1b1586fe78e31a6ccfb44cc356d3faded2a2 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Mon, 13 Apr 2020 22:43:21 +0000
Subject: [PATCH] testing/gnunet: disable on mips

---
 testing/gnunet/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/gnunet/APKBUILD b/testing/gnunet/APKBUILD
index 69f192c41d7d..f79806661047 100644
--- a/testing/gnunet/APKBUILD
+++ b/testing/gnunet/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.2
 pkgrel=0
 pkgdesc="A framework for secure and privacy enhancing peer-to-peer networking"
 url="https://gnunet.org"
-arch="all"
+arch="all !mips !mips64" # blocked by texlive
 license="AGPL-3.0-only"
 depends="gnutls-utils bash which iptables coreutils runit"
 depends_dev="libgpg-error-dev libgcrypt-dev nettle-dev unbound-dev gnutls-dev
-- 
GitLab