aboutsummaryrefslogtreecommitdiffstats
path: root/main/audit
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-07-01 00:19:05 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-07-01 00:19:05 +0000
commite16a5f4711d2c2237f7891a35220509693925aeb (patch)
tree6f94d50475ca38c755219a76c193953aed2515ff /main/audit
parent7b77bfc89670eff09388f6b657faa12e427ea88a (diff)
downloadaports-e16a5f4711d2c2237f7891a35220509693925aeb.tar.bz2
aports-e16a5f4711d2c2237f7891a35220509693925aeb.tar.xz
main/audit: really disable on s390x
Diffstat (limited to 'main/audit')
-rw-r--r--main/audit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD
index a43f8ae9ab..592286f9f4 100644
--- a/main/audit/APKBUILD
+++ b/main/audit/APKBUILD
@@ -21,7 +21,7 @@ source="http://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz
"
builddir="$srcdir/audit-$pkgver"
-if [ "$CARCH" = "ppc64le" ]; then
+if [ "$CARCH" = "s390x" ]; then
options="!check"
fi