From 359205e2539711bb4988de382f69737bf550352e Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 5 Jun 2024 22:35:40 +0200 Subject: [PATCH] testing/mimedefang: disable on loongarch64 --- testing/mimedefang/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/mimedefang/APKBUILD b/testing/mimedefang/APKBUILD index 902075f7a31..63dd6c89d85 100644 --- a/testing/mimedefang/APKBUILD +++ b/testing/mimedefang/APKBUILD @@ -5,7 +5,8 @@ pkgver=3.4.1 pkgrel=0 pkgdesc="e-mail filtering tool that works with the Sendmail Milter library" url="https://mimedefang.org" -arch="all" +# loongarch64: blocked by clamav +arch="all !loongarch64" license="GPL-2.0-only" pkgusers="defang" pkggroups="defang"