diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-22 12:11:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-22 12:11:19 -0300 |
commit | b8961b9b2c8efd848c3b1ce2742660357fd6d242 (patch) | |
tree | a03e1f36e46d4b5ee5c916a98cbd28f833e1f440 /testing/epiphany | |
parent | 66f5e97bc78050ca3aa203ed0bc0db1b88a26089 (diff) | |
download | aports-b8961b9b2c8efd848c3b1ce2742660357fd6d242.tar.bz2 aports-b8961b9b2c8efd848c3b1ce2742660357fd6d242.tar.xz |
testing/epiphany: limit on arches limited by webkit2gtk
Diffstat (limited to 'testing/epiphany')
-rw-r--r-- | testing/epiphany/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/epiphany/APKBUILD b/testing/epiphany/APKBUILD index 974c938ffe..2fa09512c3 100644 --- a/testing/epiphany/APKBUILD +++ b/testing/epiphany/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A simple, clean, beautiful view of the web" options="!check" # Location entry test fails on builders url="https://wiki.gnome.org/Apps/Web" -arch="all" +arch="all !armhf !x86 !armv7" # Limited by webkit2gtk license="GPL-3.0-or-later" depends="gsettings-desktop-schemas" makedepends="meson iso-codes-dev gtk+3.0-dev gsettings-desktop-schemas-dev |