diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/geary/APKBUILD | 2 | ||||
-rw-r--r-- | community/webkitgtk/APKBUILD | 2 |
2 files changed, 2 insertions, 2 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 |