main/acf-snort: disable on loongarch64

luajit not support loongarch64. dependency path:
acf-snort -> snort -> luajit
This commit is contained in:
znley 2024-04-17 02:49:15 +00:00 committed by Patrycja Rosa
parent 8d62ebbf60
commit d2151627a1

View file

@ -5,7 +5,7 @@ pkgver=0.8.1
pkgrel=0
pkgdesc="Web-based system administration interface for snort"
url="https://gitlab.alpinelinux.org/acf/acf-snort"
arch="noarch !ppc64le !riscv64" # blocked by snort -> luajit
arch="noarch !ppc64le !riscv64 !loongarch64" # blocked by snort -> luajit
license="GPL-2.0-only"
options="!check" # no test suite
depends="acf-core snort"