diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-24 18:56:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-24 18:56:14 -0300 |
commit | c4f16013b609992fa335893b42a8778b74458f54 (patch) | |
tree | 371958471578e8fabb849efb909b3f1a826d638b /community/xpra | |
parent | 7029e864ea1e043b7c33a0cbd13302d4c5b47e78 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |