aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gx-go/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-04-01 19:56:34 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-01 19:56:34 +0000
commitd798accf753d02bb6c4fa9735b801ad1f548769a (patch)
treeb5b9c32b9e83749ba24abca35bf2712b18371b75 /testing/gx-go/APKBUILD
parentb69e3b001c33855945cd9dd710888553cee6a91f (diff)
downloadaports-d798accf753d02bb6c4fa9735b801ad1f548769a.tar.bz2
aports-d798accf753d02bb6c4fa9735b801ad1f548769a.tar.xz
testin/gx-go: disable ppc64le
dependency 'gx' does not build on ppc64le
Diffstat (limited to 'testing/gx-go/APKBUILD')
-rw-r--r--testing/gx-go/APKBUILD2
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"