diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gx-go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gx-go/APKBUILD b/testing/gx-go/APKBUILD index 236212e657..a2741c118a 100644 --- a/testing/gx-go/APKBUILD +++ b/testing/gx-go/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.9.0 pkgrel=0 pkgdesc="A tool to use with the gx package manager for packages written in go" url="https://github.com/whyrusleeping/gx-go" -arch="all" +arch="all !ppc64le" license="MIT" options="!check" # Test suite issues makedepends="git glide go" |