diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-12 20:52:18 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-12 20:52:18 +0200 |
| commit | de7df9fd249f488ec141ce01c871912581cae506 (patch) | |
| tree | c16ac0ed3a398909219774c7034bc4785b820df9 | |
| parent | f3f8923c6af378936a5a0ff33aab3328c203a9d7 (diff) | |
| download | aports-de7df9fd249f488ec141ce01c871912581cae506.tar.bz2 aports-de7df9fd249f488ec141ce01c871912581cae506.tar.xz | |
community/gitea: disable on s390x
| -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 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" |
