diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-07 14:57:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-07 14:57:28 +0000 |
commit | 6bd986c913599c345c369ae148d99c17bc024cf8 (patch) | |
tree | 3917d046120b5c2d934d904e5cc189ce80080db0 /community/go/APKBUILD | |
parent | 5325c9cb090e2b7152b46727c98efdbfb59212e9 (diff) | |
download | aports-6bd986c913599c345c369ae148d99c17bc024cf8.tar.bz2 aports-6bd986c913599c345c369ae148d99c17bc024cf8.tar.xz |
community/go: disable go on ppc64le
Diffstat (limited to 'community/go/APKBUILD')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index afdaa0cbc5..9810afda9a 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -7,7 +7,7 @@ _toolsver="26c35b4dcf6dfcb924e26828ed9f4d028c5ce05a" pkgrel=2 pkgdesc="Go programming language compiler" url="http://www.golang.org/" -arch="all" +arch="all !ppc64le" license="BSD" depends="binutils gcc" depends_dev="" |