aboutsummaryrefslogtreecommitdiffstats
path: root/community/terraform
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-10 13:48:40 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-10 13:48:40 +0000
commit551e3cac5bc9abaaeddda178daeeb20beb7367be (patch)
treeb1ec69cdfb93afc98ba39ee18b25f43248bc9593 /community/terraform
parent2211cb3dd63f86a5ccf20cb1f091be0c47e58302 (diff)
downloadaports-551e3cac5bc9abaaeddda178daeeb20beb7367be.tar.bz2
aports-551e3cac5bc9abaaeddda178daeeb20beb7367be.tar.xz
community/terraform: Disabling the build on ppc64le
Disabling the build on ppc64le because 'go' is still not available at this moment. This commit should be reverted once we have go built on ppc64le.
Diffstat (limited to 'community/terraform')
-rw-r--r--community/terraform/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 7d74573759..21d70e7b66 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.8.5
pkgrel=0
pkgdesc="Building, changing, and combining infrastructure safely and efficiently"
url="https://www.terraform.io/"
-arch="all !armhf"
+arch="all !armhf !ppc64le"
license="MPL 2.0"
depends=""
makedepends="go"