diff options
Diffstat (limited to 'community/glide')
-rw-r--r-- | community/glide/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glide/APKBUILD b/community/glide/APKBUILD index 66bfb6bc01..661c2970d4 100644 --- a/community/glide/APKBUILD +++ b/community/glide/APKBUILD @@ -5,7 +5,7 @@ pkgver="0.12.3" pkgrel=0 pkgdesc="Vendor Package Management for Golang" url="https://github.com/Masterminds/glide" -arch="all" +arch="all !ppc64le" license="MIT" depends="" makedepends="go" |