diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 14:59:55 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-20 14:59:55 +0000 |
commit | ba86e3da6753431bb8288b53e536a1201fa76bd4 (patch) | |
tree | 7c20f1934e03f78f9318954c132168b6fa7a8cc0 /community/john | |
parent | 8d03530cc64d4d72d18eba8216cd2248d4da86cf (diff) | |
download | aports-ba86e3da6753431bb8288b53e536a1201fa76bd4.tar.bz2 aports-ba86e3da6753431bb8288b53e536a1201fa76bd4.tar.xz |
community/john: enable build on ppc64le
Diffstat (limited to 'community/john')
-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 33f96f4996..c79485d635 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -7,7 +7,7 @@ _pkgrel=jumbo-1 pkgrel=7 pkgdesc="John the Ripper password cracker" url="http://www.openwall.com/john" -arch="x86_64 armhf" +arch="x86_64 armhf ppc64le" license="GPL2" depends="nss" options="!strip" |