diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:13:16 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:13:16 +0000 |
commit | bedd1a23bfbef1bcebb50e4b4f5204c7beabd66e (patch) | |
tree | 756974931cd31b7c2d1a79849c88fdc60a904760 | |
parent | 10578a349408af765aa58155b7b03efece3c35dd (diff) | |
download | aports-bedd1a23bfbef1bcebb50e4b4f5204c7beabd66e.tar.bz2 aports-bedd1a23bfbef1bcebb50e4b4f5204c7beabd66e.tar.xz |
testing/suricata: luajit is now available on ppc64le
-rw-r--r-- | testing/suricata/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/suricata/APKBUILD b/testing/suricata/APKBUILD index aa115e2ae1..061b52ccce 100644 --- a/testing/suricata/APKBUILD +++ b/testing/suricata/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="High performance Network IDS, IPS and Network Security Monitoring engine" url="https://suricata-ids.org/" # luajit is not available for disabled arches -arch="all !ppc64le !s390x" +arch="all !s390x" license="GPL-2" makedepends="automake autoconf libtool libhtp-dev>=0.5.23 libcap-ng-dev file-dev luajit-dev geoip-dev pcre-dev yaml-dev libpcap-dev hiredis-dev |