diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 15:27:06 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 15:27:38 +0000 |
commit | 13e67c291ac92df3239e6bcd7dc76eeae96e5d2e (patch) | |
tree | ae716272d0215b78c977091c8474a5d84adbb4e6 /community/gitea | |
parent | b56febe89a80a38ad637af40520f00a177a1f574 (diff) | |
download | aports-13e67c291ac92df3239e6bcd7dc76eeae96e5d2e.tar.bz2 aports-13e67c291ac92df3239e6bcd7dc76eeae96e5d2e.tar.xz |
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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index c5755f765b..fce2117206 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" |