aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-libarchive-c
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:13:52 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:13:52 +0000
commitfc0a96d03eb5382202b7d5bd34bc29b5238ab94e (patch)
tree6ee751727e90d2b1203e27b8f5e06afe36a39840 /testing/py3-libarchive-c
parent6bca03f9b32b132912769d2e1316540c03535186 (diff)
downloadaports-fc0a96d03eb5382202b7d5bd34bc29b5238ab94e.tar.bz2
aports-fc0a96d03eb5382202b7d5bd34bc29b5238ab94e.tar.xz
testing/py3-libarchive-c: disable on mips
Diffstat (limited to 'testing/py3-libarchive-c')
-rw-r--r--testing/py3-libarchive-c/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-libarchive-c/APKBUILD b/testing/py3-libarchive-c/APKBUILD
index 8a277282b5..b1512864d3 100644
--- a/testing/py3-libarchive-c/APKBUILD
+++ b/testing/py3-libarchive-c/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.9
pkgrel=1
pkgdesc="Python interface to libarchive"
url="https://github.com/Changaco/python-libarchive-c"
-arch="noarch"
+arch="noarch !mips !mips64" # essential tests fail on mips
license="CC0-1.0"
depends="libarchive python3" # uses ffi
makedepends="python3-dev libarchive-dev py3-setuptools"