aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-12 18:16:58 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-12 18:16:58 +0000
commit0a32583f35510311f30c6b411a28865c5d733278 (patch)
tree46bbc756a37c55ec3994816dd333ff71d61ff133
parent5cde750913ae8006c117513bc52f8a9d21c38327 (diff)
downloadaports-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.
-rw-r--r--community/geary/APKBUILD2
-rw-r--r--community/webkitgtk/APKBUILD2
-rw-r--r--testing/py-pywebkitgtk/APKBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD
index d15764e268..ca56156500 100644
--- a/community/geary/APKBUILD
+++ b/community/geary/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.11.3
pkgrel=0
pkgdesc="A lightweight email program designed around conversations"
url="http://yorba.org/geary/"
-arch="all"
+arch="all !ppc64le"
license="LGPLv2+"
depends="hicolor-icon-theme gsettings-desktop-schemas"
depends_dev=""
diff --git a/community/webkitgtk/APKBUILD b/community/webkitgtk/APKBUILD
index bc83c69562..8c76c1bd61 100644
--- a/community/webkitgtk/APKBUILD
+++ b/community/webkitgtk/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.4.11
pkgrel=3
pkgdesc="portable web rendering engine WebKit for GTK+"
url="http://webkitgtk.org/"
-arch="all"
+arch="all !ppc64le"
license="LGPL2+ BSD"
depends=""
depends_dev="gtk+2.0-dev gtk+3.0-dev libsoup-dev gstreamer1-dev
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"