aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:56:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:56:32 +0000
commit984844d4e6dcce05e50ee57ebf4eabdfeae0b2a5 (patch)
tree7f217326a4bc7fca08d2c7e604610c1a1b855a0e
parent411bf797ef456b1db430ba3f1796e5f27d39d90d (diff)
downloadaports-984844d4e6dcce05e50ee57ebf4eabdfeae0b2a5.tar.bz2
aports-984844d4e6dcce05e50ee57ebf4eabdfeae0b2a5.tar.xz
community/py3-msgpack: fix tests on mips
-rw-r--r--community/py3-msgpack/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-msgpack/APKBUILD b/community/py3-msgpack/APKBUILD
index 9558be12cc..ba4e374ba6 100644
--- a/community/py3-msgpack/APKBUILD
+++ b/community/py3-msgpack/APKBUILD
@@ -25,7 +25,7 @@ check() {
local _pyarch
case "$CARCH" in
- x86_64|aarch64|ppc64le) _pyarch="$CARCH" ;;
+ x86_64|aarch64|ppc64le|mips*) _pyarch="$CARCH" ;;
x86) _pyarch=i686 ;;
armhf|armv7) _pyarch=armv8l ;;
s390x) _pyarch=s390x;;