aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:17:59 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:17:59 +0000
commit8bf035bab72a50c66f839e31587797f9b548cf0a (patch)
tree792aa0cca8255d6ab9c30ad4b5f899d7193fcca2 /community
parent5539fb6dac7ae3a2971728368d5e1e1f5eed067d (diff)
downloadaports-8bf035bab72a50c66f839e31587797f9b548cf0a.tar.bz2
aports-8bf035bab72a50c66f839e31587797f9b548cf0a.tar.xz
community/rcon: disable on mips
Diffstat (limited to 'community')
-rw-r--r--community/rcon/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rcon/APKBUILD b/community/rcon/APKBUILD
index 83984dd152..0ee83d7634 100644
--- a/community/rcon/APKBUILD
+++ b/community/rcon/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5
pkgrel=0
pkgdesc="Source RCON client for command line."
url="https://github.com/n0la/rcon"
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="BSD-2-Clause"
makedepends="bash-completion cmake glib-dev libbsd-dev"
checkdepends="check-dev"