aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:53:38 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:53:38 +0000
commit3b5ceb74e69e831f844bcc3579319da9f84629ed (patch)
tree4574090bf1ed65d815ba88c76d159d9ece07b5a5 /testing
parent1e6655e7dc49c09a72c6495b910c0967959f723f (diff)
downloadaports-3b5ceb74e69e831f844bcc3579319da9f84629ed.tar.bz2
aports-3b5ceb74e69e831f844bcc3579319da9f84629ed.tar.xz
testing/py3-dill: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-dill/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-dill/APKBUILD b/testing/py3-dill/APKBUILD
index 18388a9e55..82c1f4c5d9 100644
--- a/testing/py3-dill/APKBUILD
+++ b/testing/py3-dill/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.1.1
pkgrel=1
pkgdesc="Python serializer supporting a broader range of types than pickle"
url="https://pypi.org/projects/dill/"
-arch="noarch !s390x"
+arch="noarch !s390x !mips !mips64" # broken on big-endian
license="BSD-3-Clause"
makedepends="python3 py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"