aboutsummaryrefslogtreecommitdiffstats
path: root/community/xpra
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:36:43 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:36:43 +0000
commit7939f69f8804da546bc3cd20beabacd0cd6ea8c9 (patch)
tree6a758506c3ee7b7d94be91a8f837ec520e6ef0e0 /community/xpra
parent54f744cf121dddcf2113a8b07f9badd703987948 (diff)
downloadaports-7939f69f8804da546bc3cd20beabacd0cd6ea8c9.tar.bz2
aports-7939f69f8804da546bc3cd20beabacd0cd6ea8c9.tar.xz
community: disable packages which depend on numpy on mips
Diffstat (limited to 'community/xpra')
-rw-r--r--community/xpra/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD
index 3fbe73670a..5de368cced 100644
--- a/community/xpra/APKBUILD
+++ b/community/xpra/APKBUILD
@@ -5,7 +5,8 @@ pkgver=3.0.8
pkgrel=0
pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp"
url="https://xpra.org"
-arch="all"
+# blocked by numpy
+arch="all !mips !mips64"
license="GPL-2.0-or-later"
depends="
py3-gobject3