diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-07 01:49:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-07 01:49:22 -0300 |
commit | a5121c10eb8f2bfdd64b677c1f60389a19b31916 (patch) | |
tree | 113128152734afcf78a71e22a2994443e9f22111 /community/xpra | |
parent | 0a579ce204928a4208aff6b8cd73c377a55890ba (diff) | |
download | aports-a5121c10eb8f2bfdd64b677c1f60389a19b31916.tar.bz2 aports-a5121c10eb8f2bfdd64b677c1f60389a19b31916.tar.xz |
community/xpra: disable on arches with botched rebuilds
Diffstat (limited to 'community/xpra')
-rw-r--r-- | community/xpra/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD index 73b882ba04..1dd4b7b69f 100644 --- a/community/xpra/APKBUILD +++ b/community/xpra/APKBUILD @@ -5,8 +5,8 @@ pkgver=3.0.2 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" -# !armhf: fails to build -arch="all !arhmf" +# !armhf !armv7: Requires dependencies to be rebuilt +arch="all !armhf armv7" license="GPL-2.0-or-later" depends=" py3-gobject3 |