diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-10 11:10:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-10 11:10:07 -0300 |
commit | c7bb316fe9061367ebb5bc2b2d8949a2c160f9a6 (patch) | |
tree | 3a0a11be4bd4ca66b1174f44a4c38e4ae35cb8d0 /community | |
parent | b337c6c58b5c09ba9d72f31ff0c3804b3242892f (diff) | |
download | aports-c7bb316fe9061367ebb5bc2b2d8949a2c160f9a6.tar.bz2 aports-c7bb316fe9061367ebb5bc2b2d8949a2c160f9a6.tar.xz |
community/john: limit on ppc64le
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 8264be2390..fc4968eb91 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -7,7 +7,7 @@ _pkgrel=jumbo-1 pkgrel=1 pkgdesc="John the Ripper password cracker" url="https://www.openwall.com/john" -arch="all !s390x !x86" +arch="all !s390x !x86 !ppc64le" license="GPL-2.0-or-later" depends="nss" options="!strip" |