aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ffcall
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-11 00:46:02 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-11 00:46:02 +0000
commit74633eb5731a3435d93a86290ad72aedfa7bf4cb (patch)
tree3cdcf10c89649b44f8bcb6de94c1b1fc6401e758 /testing/ffcall
parent624f7bfcf7e84d2013f5e039aff0831d1f991392 (diff)
downloadaports-74633eb5731a3435d93a86290ad72aedfa7bf4cb.tar.bz2
aports-74633eb5731a3435d93a86290ad72aedfa7bf4cb.tar.xz
testing/ffcall: disable on mips
Diffstat (limited to 'testing/ffcall')
-rw-r--r--testing/ffcall/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD
index 8519c2b0b3..1f6785ac31 100644
--- a/testing/ffcall/APKBUILD
+++ b/testing/ffcall/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.2
pkgrel=1
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
url="https://www.gnu.org/software/libffcall"
-arch="all"
+arch="all !mips !mips64"
license="GPL-2.0-or-later"
makedepends="$depends_dev"
subpackages="$pkgname-doc"