From df2adb73c27ab6f5319db10e276aefe7bc85114d Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 7 Apr 2020 23:52:42 +0000 Subject: community/gogs: disable on mips --- community/gogs/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/gogs') 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" -- cgit v1.2.3