diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-13 15:16:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:35:24 +0000 |
commit | 8db3848041649adf450f66fc8feba80858343ef3 (patch) | |
tree | e4921091cb814a3227271c4446c1c3881a2316be /testing/novnc | |
parent | 1b71d8812380823ed92c54076eac4c15c89ee871 (diff) | |
download | aports-8db3848041649adf450f66fc8feba80858343ef3.tar.bz2 aports-8db3848041649adf450f66fc8feba80858343ef3.tar.xz |
testing/novnc: needs websockify on s390x
Diffstat (limited to 'testing/novnc')
-rw-r--r-- | testing/novnc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/novnc/APKBUILD b/testing/novnc/APKBUILD index a17168d2fb..1ab4e7bdb5 100644 --- a/testing/novnc/APKBUILD +++ b/testing/novnc/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.6.2 pkgrel=0 pkgdesc="VNC client using HTML5 (WebSockets, Canvas) with encryption (wss://) support" url="https://kanaka.github.io/noVNC/" -arch="noarch" +arch="noarch !s390x" license="MPL-2.0" depends="websockify net-tools" subpackages="$pkgname-doc" |