diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-22 11:33:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-22 11:33:37 +0000 |
commit | 04bf9ccfe0347ef0f64659243db2a1a71ef25b2d (patch) | |
tree | 2bc9c8efe4eebbd63c3405b60e87c32f5cf93e16 /testing/openvas-smb | |
parent | d6e59d9cef7cef32cd7eb5da2ed8a64ed876e2f5 (diff) | |
download | aports-04bf9ccfe0347ef0f64659243db2a1a71ef25b2d.tar.bz2 aports-04bf9ccfe0347ef0f64659243db2a1a71ef25b2d.tar.xz |
testing/openvas-smb: mingw available for x86 and x86_64 only
Diffstat (limited to 'testing/openvas-smb')
-rw-r--r-- | testing/openvas-smb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvas-smb/APKBUILD b/testing/openvas-smb/APKBUILD index da98104550..5e3df9c8a6 100644 --- a/testing/openvas-smb/APKBUILD +++ b/testing/openvas-smb/APKBUILD @@ -5,7 +5,7 @@ pkgver="1.0.5" pkgrel=0 pkgdesc="SMB module for OpenVAS Scanner" url="https://github.com/greenbone/openvas-smb" -arch="all" +arch="x86 x86_64" license="GPL-2.0" options="!check" #no check available makedepends="cmake mingw-w64-gcc mingw-w64-binutils mingw-w64-headers mingw-w64-crt |