From de7df9fd249f488ec141ce01c871912581cae506 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 12 May 2017 20:52:18 +0200 Subject: [PATCH] community/gitea: disable on s390x --- community/gitea/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 08db579551e..10ceb9685e3 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"