aboutsummaryrefslogtreecommitdiffstats
path: root/main/audit
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-07-01 00:11:09 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-07-01 00:11:09 +0000
commit7b77bfc89670eff09388f6b657faa12e427ea88a (patch)
tree0260368cf85fe3fb15a622c433b3f7270a93ad3b /main/audit
parentace8657cd39152140728982da38144dd1ad9e6f0 (diff)
downloadaports-7b77bfc89670eff09388f6b657faa12e427ea88a.tar.bz2
aports-7b77bfc89670eff09388f6b657faa12e427ea88a.tar.xz
main/audit: disable check on s390x for now.
cc @tych0
Diffstat (limited to 'main/audit')
-rw-r--r--main/audit/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD
index f84147f079..a43f8ae9ab 100644
--- a/main/audit/APKBUILD
+++ b/main/audit/APKBUILD
@@ -21,6 +21,10 @@ source="http://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz
"
builddir="$srcdir/audit-$pkgver"
+if [ "$CARCH" = "ppc64le" ]; then
+ options="!check"
+fi
+
build() {
if [ "$CARCH" = "ppc64le" ]; then
WITHOUT="--without-python3 --without-python"