aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-28 15:27:06 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-28 15:27:38 +0000
commit13e67c291ac92df3239e6bcd7dc76eeae96e5d2e (patch)
treeae716272d0215b78c977091c8474a5d84adbb4e6 /community/gitea
parentb56febe89a80a38ad637af40520f00a177a1f574 (diff)
community/gitea: enable build on s390x
Seems currently version of gitea builds fine 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 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"