aboutsummaryrefslogtreecommitdiffstats
path: root/community/qpdf
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-03 17:12:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-03 17:12:48 -0300
commitc74fa889fcc7fc049d1645eeffab2671ea888c90 (patch)
tree5821b390b3c07125156aca18add5fb5ae57d939c /community/qpdf
parentc3ba83e4ea738cfd68e1b1b4a3ca798b1eb699a6 (diff)
downloadaports-c74fa889fcc7fc049d1645eeffab2671ea888c90.tar.bz2
aports-c74fa889fcc7fc049d1645eeffab2671ea888c90.tar.xz
community/qpdf: disable tests on s390x
Diffstat (limited to 'community/qpdf')
-rw-r--r--community/qpdf/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/qpdf/APKBUILD b/community/qpdf/APKBUILD
index 8c89b88837..e259fa9073 100644
--- a/community/qpdf/APKBUILD
+++ b/community/qpdf/APKBUILD
@@ -74,6 +74,9 @@ check() {
# fuzz 985
return 0
;;
+ s390x)
+ return 0
+ ;;
esac
make check
}