diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-05 14:17:42 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-05 14:17:42 +0100 |
commit | 35cbd2491fe3be01ad712933d2107279b030c8f6 (patch) | |
tree | 487ac869f8ffaea12544f6f2a4770d0b2e7763ac /community/epiphany | |
parent | e6d35c7ec12ee48ad4108bf4d916635d1073b8b0 (diff) | |
download | aports-35cbd2491fe3be01ad712933d2107279b030c8f6.tar.bz2 aports-35cbd2491fe3be01ad712933d2107279b030c8f6.tar.xz |
community/epiphany: disable on s390x
Diffstat (limited to 'community/epiphany')
-rw-r--r-- | community/epiphany/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD index 1b4770bbe7..f5e467af2f 100644 --- a/community/epiphany/APKBUILD +++ b/community/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 !s390x" # libhandy is not available on s390x license="GPL-3.0-or-later" depends="gsettings-desktop-schemas" makedepends="meson iso-codes-dev gtk+3.0-dev gsettings-desktop-schemas-dev |