aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvmd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvmd/APKBUILD')
-rw-r--r--community/gvmd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvmd/APKBUILD b/community/gvmd/APKBUILD
index 38f2a4c1159..14085a4bd90 100644
--- a/community/gvmd/APKBUILD
+++ b/community/gvmd/APKBUILD
@@ -30,7 +30,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/gvmd/archive/v$pkg
case "$CARCH" in
# cppcheck is not available
- s390x|aarch64|mips|mips64) options="$options !check"
+ s390x|aarch64) options="$options !check"
esac
prepare() {