diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-09 19:38:01 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-09 19:39:00 +0000 |
commit | adfabf09a2b66e17497e52333a415766fddce0ec (patch) | |
tree | b9fd425395915f827f287a6109e0b5367b043db9 /testing/easypki | |
parent | 1fdec2392857b9d51b24d0b637bb4d5c9c39a790 (diff) | |
download | aports-adfabf09a2b66e17497e52333a415766fddce0ec.tar.bz2 aports-adfabf09a2b66e17497e52333a415766fddce0ec.tar.xz |
testing/easypki: Do not build on ppc64le
Easypki depends on glide that is still not available on ppc64le yet.
Disabling this package until we have glide available on ppc64le.
Diffstat (limited to 'testing/easypki')
-rw-r--r-- | testing/easypki/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/easypki/APKBUILD b/testing/easypki/APKBUILD index 81489ee343..b2eb761688 100644 --- a/testing/easypki/APKBUILD +++ b/testing/easypki/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Creating a certificate authority the easy way" url="https://github.com/google/easypki" -arch="all" +arch="all !ppc64le" license="Apache-2.0" depends="" makedepends="glide go" |