From 13e67c291ac92df3239e6bcd7dc76eeae96e5d2e Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 28 Nov 2017 15:27:06 +0000 Subject: [PATCH] community/gitea: enable build on s390x Seems currently version of gitea builds fine on s390x --- community/gitea/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index c5755f765bd..fce21172063 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.3 pkgrel=0 pkgdesc="A self-hosted Git service written in Go" url="http://gitea.io/" -arch="all !s390x" +arch="all" license="MIT" depends="git" makedepends="go libcap"