diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 12:26:02 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 12:26:02 +0000 |
commit | fa3c7e4da1ea6099223b27ce135d78eeb986a046 (patch) | |
tree | 246b51d761386f531422f622b0b181daf420c78a /community/gogs | |
parent | 2f927205bf030b49bf71a3c1fcc7ed8715d2626a (diff) | |
download | aports-fa3c7e4da1ea6099223b27ce135d78eeb986a046.tar.bz2 aports-fa3c7e4da1ea6099223b27ce135d78eeb986a046.tar.xz |
community/gogs: Disabling build on ppc64le
Disabling gogs on ppc64le because 'go' is still not avilable on
this platform. As soon as we enable go to be built, we can revert
this patch.
Diffstat (limited to 'community/gogs')
-rw-r--r-- | community/gogs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD index 5c6067c221..8cf3663141 100644 --- a/community/gogs/APKBUILD +++ b/community/gogs/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.97 pkgrel=0 pkgdesc="A self-hosted Git service written in Go" url="http://gogs.io/" -arch="all" +arch="all !ppc64le" license="MIT" depends="git" makedepends="glide go-tools perl libcap" |