aboutsummaryrefslogtreecommitdiffstats
path: root/community/easypki
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:02:03 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:02:03 +0000
commit8334c3ee7e8f5c4cbac169eef5d4f2bf1d3f1fc3 (patch)
tree171b3b58df84ff55444236fbf523c5c6ac16ba0f /community/easypki
parentd887c5d96d8d43ce85e1dd9bce9f50638fd19d76 (diff)
downloadaports-8334c3ee7e8f5c4cbac169eef5d4f2bf1d3f1fc3.tar.bz2
aports-8334c3ee7e8f5c4cbac169eef5d4f2bf1d3f1fc3.tar.xz
community/easypki: disable on mips
Diffstat (limited to 'community/easypki')
-rw-r--r--community/easypki/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/easypki/APKBUILD b/community/easypki/APKBUILD
index ff4a00748d..31ee23c0cf 100644
--- a/community/easypki/APKBUILD
+++ b/community/easypki/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.0
pkgrel=2
pkgdesc="Creating a certificate authority the easy way"
url="https://github.com/google/easypki"
-arch="all"
+arch="all !mips !mips64"
license="Apache-2.0"
depends=""
makedepends="glide go"