diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-12 18:16:58 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-12 18:16:58 +0000 |
commit | 0a32583f35510311f30c6b411a28865c5d733278 (patch) | |
tree | 46bbc756a37c55ec3994816dd333ff71d61ff133 /testing/py-pywebkitgtk | |
parent | 5cde750913ae8006c117513bc52f8a9d21c38327 (diff) | |
download | aports-0a32583f35510311f30c6b411a28865c5d733278.tar.bz2 aports-0a32583f35510311f30c6b411a28865c5d733278.tar.xz |
community/webkitgtk: Disabling build on ppc64le
Disabing the build of webkitgtk on ppc64le since we are focusing on
webkitgtk2.
Disabling the packages that depends on community/webkitgtk also.
Diffstat (limited to 'testing/py-pywebkitgtk')
-rw-r--r-- | testing/py-pywebkitgtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pywebkitgtk/APKBUILD b/testing/py-pywebkitgtk/APKBUILD index 7f738ed56e..25d78217a0 100644 --- a/testing/py-pywebkitgtk/APKBUILD +++ b/testing/py-pywebkitgtk/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.1.8 pkgrel=0 pkgdesc="Python bindings for the WebKit GTK+ port" url="https://code.google.com/archive/p/pywebkitgtk/" -arch="all" +arch="all !ppc64le" license="GPL" depends="" makedepends="glib-dev py-gtk-dev python2-dev libxslt-dev webkitgtk-dev" |