diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-16 22:28:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-16 22:28:27 +0000 |
commit | 570f4fa598ef48bac27141adb0964d4c9c23e3c9 (patch) | |
tree | ebdb6ad3b09a86c59b7feeea2ef84359b72d756c /community/webkit2gtk | |
parent | 79c2e2a88d0db7a031db1b4b60dd9c949f1408fd (diff) | |
download | aports-570f4fa598ef48bac27141adb0964d4c9c23e3c9.tar.bz2 aports-570f4fa598ef48bac27141adb0964d4c9c23e3c9.tar.xz |
community/webkit2gtk: disable on arm
Diffstat (limited to 'community/webkit2gtk')
-rw-r--r-- | community/webkit2gtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index 9aa3b8fb56..447747831d 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.10.4 pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" -arch="all" +arch="x86 x86_64" license="LGPL2+ BSD" depends="" depends_dev="gtk+3.0-dev libsoup-dev" |