aboutsummaryrefslogtreecommitdiffstats
path: root/community/glide
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-08 23:07:11 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-08 23:07:11 +0000
commitc27919ad73663f56133d337846f3bde9483c5e26 (patch)
tree6446f9736f3c98eb29ce9aef38833e7b59540f7e /community/glide
parent552f4e7fff322c3112b05e697020fe8635c47eff (diff)
downloadaports-c27919ad73663f56133d337846f3bde9483c5e26.tar.bz2
aports-c27919ad73663f56133d337846f3bde9483c5e26.tar.xz
testing/glide: Disabling build on ppc64le
Glide depends on go that is still not build on ppc64le. Disabling it on ppc64le temporarily.
Diffstat (limited to 'community/glide')
-rw-r--r--community/glide/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glide/APKBUILD b/community/glide/APKBUILD
index 66bfb6bc01..661c2970d4 100644
--- a/community/glide/APKBUILD
+++ b/community/glide/APKBUILD
@@ -5,7 +5,7 @@ pkgver="0.12.3"
pkgrel=0
pkgdesc="Vendor Package Management for Golang"
url="https://github.com/Masterminds/glide"
-arch="all"
+arch="all !ppc64le"
license="MIT"
depends=""
makedepends="go"