aboutsummaryrefslogtreecommitdiffstats
path: root/community/pev
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2021-01-14 11:44:26 +0100
committerTBK <tbk@jjtc.eu>2021-01-14 11:44:51 +0100
commit568bbc1deca11057302cfbf7d3e5395bd841dfeb (patch)
tree17752081bdfc7ea102b004f185896251548e7d45 /community/pev
parentd1da6d56199f6f7ec06b335c92a62039038fb88a (diff)
community/pev: disable check on mips64
Diffstat (limited to 'community/pev')
-rw-r--r--community/pev/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/pev/APKBUILD b/community/pev/APKBUILD
index 9c48137cd17..3b7765c2de8 100644
--- a/community/pev/APKBUILD
+++ b/community/pev/APKBUILD
@@ -14,8 +14,10 @@ source="https://sourceforge.net/projects/pev/files/pev-$pkgver/pev-$pkgver.tar.g
case "$CARCH" in
s390x)
- # Testing pepack /usr/lib/python3.8/distutils/command/wininst-10.0-amd64.exe... ERROR [-18]: not a PE file ((null))
- options="!check"
+ mips64)
+ # s390x - Testing pepack /usr/lib/python3.8/distutils/command/wininst-10.0-amd64.exe... ERROR [-18]: not a PE file ((null))
+ # mips64 - R [-18]: not a PE file ((null))
+ options="!check" ;;
esac
build() {