aboutsummaryrefslogtreecommitdiffstats
path: root/testing/par2cmdline
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:52:19 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:52:19 +0000
commit1e6655e7dc49c09a72c6495b910c0967959f723f (patch)
tree7b927e67e2f6445dffeead4448258b5d367101af /testing/par2cmdline
parentf8a6933ba3296ac0af7bd99b06619a98f767b5d4 (diff)
downloadaports-1e6655e7dc49c09a72c6495b910c0967959f723f.tar.bz2
aports-1e6655e7dc49c09a72c6495b910c0967959f723f.tar.xz
testing/par2cmdline: disable on mips
Diffstat (limited to 'testing/par2cmdline')
-rw-r--r--testing/par2cmdline/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/par2cmdline/APKBUILD b/testing/par2cmdline/APKBUILD
index 3349732bcf..4e4e7ba9ca 100644
--- a/testing/par2cmdline/APKBUILD
+++ b/testing/par2cmdline/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.8.1
pkgrel=0
pkgdesc="PAR 2.0 compatible file verification and repair tool"
url="https://github.com/Parchive/par2cmdline#par2cmdline"
-arch="all !s390x" # tests/unit_tests fails on s390x
+arch="all !s390x !mips !mips64" # tests/unit_tests fails on big endian
license="GPL-2.0-or-later"
subpackages="$pkgname-doc"
source="https://github.com/Parchive/par2cmdline/releases/download/v$pkgver/par2cmdline-$pkgver.tar.bz2"