aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-04-06 23:13:34 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-04-06 23:13:34 +0000
commit9d0bdacd05d25833b9ce748dcc599b4e1ba2cc92 (patch)
treed927e5f27f8f2584f64c6e823b35dadcab4451fc
parent52561f00548f4186a8e8837686d0fa75b84d5f36 (diff)
community/go-bootstrap: no support code available for ppc64le or s390x
-rw-r--r--community/go-bootstrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go-bootstrap/APKBUILD b/community/go-bootstrap/APKBUILD
index ea15036aa78..423983b13a7 100644
--- a/community/go-bootstrap/APKBUILD
+++ b/community/go-bootstrap/APKBUILD
@@ -7,7 +7,7 @@ pkgver=1.4.3
pkgrel=2
pkgdesc="Go programming language compiler used for bootstraping"
url="http://www.golang.org/"
-arch="all !aarch64"
+arch="all !aarch64 !ppc64le !s390x"
license="BSD"
depends=""
depends_dev=""