diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:12:50 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:12:50 +0000 |
commit | 10578a349408af765aa58155b7b03efece3c35dd (patch) | |
tree | 3b4976b95ee2935d2d6fa44bd1ec7e6b6f3fbab7 /testing/ntopng | |
parent | bb7371fa55685d745a705690f8c45cdae4ae016a (diff) | |
download | aports-10578a349408af765aa58155b7b03efece3c35dd.tar.bz2 aports-10578a349408af765aa58155b7b03efece3c35dd.tar.xz |
testing/ntopng: luajit is now available on ppc64le
Diffstat (limited to 'testing/ntopng')
-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" |