diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-03 17:58:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-03 17:58:38 +0000 |
commit | cff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1 (patch) | |
tree | c8cfe3c3b4d1444918974f1eb546081ff399df01 /community | |
parent | 0e1de7197f2b81907eaaba72f5e1a1dafdb814ff (diff) | |
download | aports-cff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1.tar.bz2 aports-cff0c7e9431f7fcccbf0ba1af9d097aecf6f11f1.tar.xz |
community/john: disable on ppc64le due to test failure
Diffstat (limited to 'community')
-rw-r--r-- | community/john/APKBUILD | 2 |
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" |