aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:43:10 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:43:10 +0000
commit67e75a8cee5f6a5f7f88a59544ffefdb057eca80 (patch)
tree8c47c7992378a41e0c92e9e3733fc7b199840d67 /testing
parent7c834bc0e77979cefd0ae474ec7a985c4a934383 (diff)
downloadaports-67e75a8cee5f6a5f7f88a59544ffefdb057eca80.tar.bz2
aports-67e75a8cee5f6a5f7f88a59544ffefdb057eca80.tar.xz
testing/veracrypt: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/veracrypt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/veracrypt/APKBUILD b/testing/veracrypt/APKBUILD
index 17551be0c5..95c10a722e 100644
--- a/testing/veracrypt/APKBUILD
+++ b/testing/veracrypt/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.22
pkgrel=6
pkgdesc="disk encryption with strong security based on TrueCrypt"
url="https://www.veracrypt.fr/"
-arch="all !x86 !armhf !armv7 !s390x" # issues on linking
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # issues on linking
license="Apache-2.0"
depends="device-mapper"
makedepends="fuse-dev wxgtk-dev libsm-dev yasm"