diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:51:35 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:51:35 +0000 |
commit | 1fae01a0df979db4b30aace8ca22d115da86e8a1 (patch) | |
tree | 6983bc815d591c0f6fcf1a11c3e97305ab8df76c | |
parent | 2fd01292d579c2aadf76aad496f1408d7c13e67f (diff) | |
download | aports-1fae01a0df979db4b30aace8ca22d115da86e8a1.tar.bz2 aports-1fae01a0df979db4b30aace8ca22d115da86e8a1.tar.xz |
community/greenbone-security-assistant: disable on mips, no nodejs
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 02b0e6d58e..3b6079450d 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -6,7 +6,7 @@ pkgver=9.0.0 pkgrel=3 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="https://www.openvas.org/" -arch="all" +arch="all !mips !mips64" license="GPL-2.0-or-later" depends="wget" makedepends="cmake doxygen xmltoman graphviz gvm-libs-dev |