aboutsummaryrefslogtreecommitdiffstats
path: root/community/john/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-03 17:58:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-03 17:58:38 +0000
commitcff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1 (patch)
treec8cfe3c3b4d1444918974f1eb546081ff399df01 /community/john/APKBUILD
parent0e1de7197f2b81907eaaba72f5e1a1dafdb814ff (diff)
downloadaports-cff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1.tar.bz2
aports-cff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1.tar.xz
community/john: disable on ppc64le due to test failure
Diffstat (limited to 'community/john/APKBUILD')
-rw-r--r--community/john/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/john/APKBUILD b/community/john/APKBUILD
index 5d44e745e8..492c5e7265 100644
--- a/community/john/APKBUILD
+++ b/community/john/APKBUILD
@@ -7,7 +7,7 @@ _pkgrel=jumbo-1
pkgrel=0
pkgdesc="John the Ripper password cracker"
url="http://www.openwall.com/john"
-arch="x86_64 armhf armv7 ppc64le"
+arch="x86_64 armhf armv7"
license="GPL-2.0"
depends="nss"
options="!strip"