diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 09:33:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 09:34:53 +0000 |
commit | ee206d049df371ed3f3ffec324c4c749b0fefa6b (patch) | |
tree | ab3b97e201dd4046344ad2830db0a2033957ad54 /testing/qutebrowser | |
parent | bf1d7aa132bcf298041cddd70ce753863f3fd5dc (diff) | |
download | aports-ee206d049df371ed3f3ffec324c4c749b0fefa6b.tar.bz2 aports-ee206d049df371ed3f3ffec324c4c749b0fefa6b.tar.xz |
testing/qutebrowser: disable on arches witout qtwebengine
Diffstat (limited to 'testing/qutebrowser')
-rw-r--r-- | testing/qutebrowser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qutebrowser/APKBUILD b/testing/qutebrowser/APKBUILD index 3a0c2af398..607641bba0 100644 --- a/testing/qutebrowser/APKBUILD +++ b/testing/qutebrowser/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.4.1 pkgrel=0 pkgdesc="A keyboard-driven, vim-like browser based on PyQT5" url="https://qutebrowser.org/" -arch="noarch" +arch="noarch !s390x !ppc64le !x86" # limited by qt5-qtwebengine license="GPL-3.0-only" depends=" py3-attrs py3-jinja2 py3-pygments py3-pypeg2 py3-qt5 py3-yaml qt5-qtbase |