aboutsummaryrefslogtreecommitdiffstats
path: root/community/afl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/afl/APKBUILD')
-rw-r--r--community/afl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/afl/APKBUILD b/community/afl/APKBUILD
index 9d73cdf49c5..ee03e5cb7d5 100644
--- a/community/afl/APKBUILD
+++ b/community/afl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.57b
pkgrel=2
pkgdesc="Fuzzer relying on genetic algorithms instead of brute force"
url="https://lcamtuf.coredump.cx/afl/"
-arch="all !x86 !mips !mips64"
+arch="all !x86"
license="Apache-2.0"
options="!check" # no tests provided
depends="clang llvm"