aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosh
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:31:51 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:31:51 +0000
commit4a6b0bc752fcbbd91dd564ab27864e86a5295ef0 (patch)
treec507dee2876b859841d463c24efabcd4943fbe2f /main/mosh
parentfe2d34e6595f6821d06aeae656949416bbe2c513 (diff)
downloadaports-4a6b0bc752fcbbd91dd564ab27864e86a5295ef0.tar.bz2
aports-4a6b0bc752fcbbd91dd564ab27864e86a5295ef0.tar.xz
main/mosh: disable on mips64
Diffstat (limited to 'main/mosh')
-rw-r--r--main/mosh/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mosh/APKBUILD b/main/mosh/APKBUILD
index cc227c2a85..43160db982 100644
--- a/main/mosh/APKBUILD
+++ b/main/mosh/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=13
pkgdesc="Mobile shell surviving disconnects with local echo and line editing"
options="!check" # emulation-cursor-motion.test fails
url="https://mosh.org"
-arch="all"
+arch="all !mips64"
license="GPL-3.0-or-later"
depends="$pkgname-client $pkgname-server"
checkdepends="tmux perl"