diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:27:08 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:32:49 +0200 |
commit | 7b7cc794d190cf7e9a29b15deddde88f236fd5c2 (patch) | |
tree | 4806f9b955f6d487a4f72a351f3b76919d20089a /testing/ntopng/APKBUILD | |
parent | 9b2884858f13baf39ce64c927690711c988c46fa (diff) | |
download | aports-7b7cc794d190cf7e9a29b15deddde88f236fd5c2.tar.bz2 aports-7b7cc794d190cf7e9a29b15deddde88f236fd5c2.tar.xz |
testing/ntopng: add note about disabling selected arches
Diffstat (limited to 'testing/ntopng/APKBUILD')
-rw-r--r-- | testing/ntopng/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ntopng/APKBUILD b/testing/ntopng/APKBUILD index 3cc20221d0..2d879f95a6 100644 --- a/testing/ntopng/APKBUILD +++ b/testing/ntopng/APKBUILD @@ -4,6 +4,7 @@ pkgver=2.4 pkgrel=2 pkgdesc="ntop next-generation" url="http://www.ntop.org" +# luajit is not available for disabled arches arch="all !s390x !ppc64le" license="GPL" depends= |