aboutsummaryrefslogtreecommitdiffstats
path: root/community/xpra
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-24 18:56:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-24 18:56:14 -0300
commitc4f16013b609992fa335893b42a8778b74458f54 (patch)
tree371958471578e8fabb849efb909b3f1a826d638b /community/xpra
parent7029e864ea1e043b7c33a0cbd13302d4c5b47e78 (diff)
downloadaports-c4f16013b609992fa335893b42a8778b74458f54.tar.bz2
aports-c4f16013b609992fa335893b42a8778b74458f54.tar.xz
community/xpra: disable on all arches due to py2-numpy being removed
Diffstat (limited to 'community/xpra')
-rw-r--r--community/xpra/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD
index 6c8a9ea6bf..17c0d4eb25 100644
--- a/community/xpra/APKBUILD
+++ b/community/xpra/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=3
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"
# !armhf: fails to build
-arch="all !armhf !armv7"
+arch="" # Requires numpy which is py3-
license="GPL-2.0-or-later"
depends="py-gobject py-gtk py-gtkglext py-imaging py-opencl>=2018.1.1-r1 py-rencode py2-cryptography
py2-lz4 py2-numpy py2-pillow py2-xxhash setxkbmap xf86-video-dummy xorg-server xvfb"