aboutsummaryrefslogtreecommitdiffstats
path: root/community/gogs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:52:42 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:52:42 +0000
commitdf2adb73c27ab6f5319db10e276aefe7bc85114d (patch)
tree231ed57663628b73aae2d95b9697239aaba79959 /community/gogs
parent78f9a78a21b48fdaaaacd3495039cc6857395699 (diff)
downloadaports-df2adb73c27ab6f5319db10e276aefe7bc85114d.tar.bz2
aports-df2adb73c27ab6f5319db10e276aefe7bc85114d.tar.xz
community/gogs: disable on mips
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"