aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-12 20:52:18 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-12 20:52:18 +0200
commitde7df9fd249f488ec141ce01c871912581cae506 (patch)
treec16ac0ed3a398909219774c7034bc4785b820df9 /community/gitea
parentf3f8923c6af378936a5a0ff33aab3328c203a9d7 (diff)
downloadaports-de7df9fd249f488ec141ce01c871912581cae506.tar.bz2
aports-de7df9fd249f488ec141ce01c871912581cae506.tar.xz
community/gitea: disable on s390x
Diffstat (limited to 'community/gitea')
-rw-r--r--community/gitea/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 08db579551..10ceb9685e 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.1
pkgrel=0
pkgdesc="A self-hosted Git service written in Go"
url="http://gitea.io/"
-arch="all !ppc64le"
+arch="all !ppc64le !s390x"
license="MIT"
depends="git"
makedepends="go libcap"