diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 16:42:33 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 16:42:33 +0000 |
commit | f00aec781a758491c79913d9ebe47f8530a6a234 (patch) | |
tree | 4a2ef3c14d1520a000eea2fce3b0aca877b0457e /community/govendor | |
parent | 382b4953d7537af363ca7758b211f7521a366c09 (diff) | |
download | aports-f00aec781a758491c79913d9ebe47f8530a6a234.tar.bz2 aports-f00aec781a758491c79913d9ebe47f8530a6a234.tar.xz |
community/<go packages>: Do not compile on ppc64le
Currently ppc64le does not have go, thus, disabling the build of
the packages that depends on golang.
This patch should be reverted once we have go enabled on ppc64le.
Diffstat (limited to 'community/govendor')
-rw-r--r-- | community/govendor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/govendor/APKBUILD b/community/govendor/APKBUILD index 3e4bbb8920..8b42c1c74d 100644 --- a/community/govendor/APKBUILD +++ b/community/govendor/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.8 pkgrel=1 pkgdesc="Go vendor tool that works with the standard vendor file" url="https://github.com/kardianos/govendor" -arch="all" +arch="all !ppc64le" license="BSD" depends="" makedepends="go" |