diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-09 12:14:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:19:28 +0200 |
commit | b581832d54bbd1596885d3a65987f71a3ee0016f (patch) | |
tree | 71e66bff5224fb3379ee3ef230c6424863d12842 /community/xpra | |
parent | c128cc2d28759ec503966ecd54f330ec4250d694 (diff) | |
download | aports-b581832d54bbd1596885d3a65987f71a3ee0016f.tar.bz2 aports-b581832d54bbd1596885d3a65987f71a3ee0016f.tar.xz |
community/xpra: enable build on ppc64le
xpra was disabled because py-opencl was not building in ppc64le, but now
we have the py-opencl, so enabling it.
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 3d8b0bda79..d9f1d86370 100644 --- a/community/xpra/APKBUILD +++ b/community/xpra/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0.2 pkgrel=1 pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp." url="http://xpra.org" -arch="all !ppc64le !s390x" +arch="all !s390x" license="GPLv2+" depends="py-gobject py-gtk py-imaging xf86-video-dummy xvfb setxkbmap xorg-server py2-numpy py2-pillow py-gtkglext py2-lz4 py-rencode py-opencl py2-xxhash |