aboutsummaryrefslogtreecommitdiffstats
path: root/community/gogs
diff options
context:
space:
mode:
Diffstat (limited to 'community/gogs')
-rw-r--r--community/gogs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index 3525e14601..f7fe76ab88 100644
--- a/community/gogs/APKBUILD
+++ b/community/gogs/APKBUILD
@@ -5,7 +5,8 @@ pkgver=0.11.91
pkgrel=0
pkgdesc="A painless self-hosted Git service"
url="https://gogs.io/"
-arch="all"
+# buildmode=pie not available on mips64
+arch="all !mips !mips64"
license="MIT"
depends="git"
makedepends="go perl libcap"