aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diffoscope
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:57:33 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:57:33 +0000
commit4fa52349942d1fad20534aa0bdb86619608d7f42 (patch)
treea4d04ee038413082f8a9663a7a2118b7a0357b9f /testing/diffoscope
parent36d1979e5d066861a6736cad60b655ff8ce052a6 (diff)
downloadaports-4fa52349942d1fad20534aa0bdb86619608d7f42.tar.bz2
aports-4fa52349942d1fad20534aa0bdb86619608d7f42.tar.xz
testing/diffoscope: disable on mips
Diffstat (limited to 'testing/diffoscope')
-rw-r--r--testing/diffoscope/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/diffoscope/APKBUILD b/testing/diffoscope/APKBUILD
index b5baeec713..124f7361e8 100644
--- a/testing/diffoscope/APKBUILD
+++ b/testing/diffoscope/APKBUILD
@@ -4,7 +4,7 @@ pkgver=105
pkgrel=0
pkgdesc="In-depth comparison of files, archives, and directories"
url="https://diffoscope.org/"
-arch="all"
+arch="all !mips !mips64"
license="GPL-3.0-or-later"
makedepends="python3-dev py3-setuptools py3-docutils"
depends="py3-magic py3-libarchive-c"