diff options
Diffstat (limited to 'testing/ntopng/APKBUILD')
-rw-r--r-- | testing/ntopng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ntopng/APKBUILD b/testing/ntopng/APKBUILD index b9308110de..1c90ca3d58 100644 --- a/testing/ntopng/APKBUILD +++ b/testing/ntopng/APKBUILD @@ -5,7 +5,7 @@ pkgrel=2 pkgdesc="ntop next-generation" url="http://www.ntop.org" # luajit is not available for disabled arches -arch="all !s390x !ppc64le" +arch="all !s390x" license="GPL" depends= pkgusers="ntop" |