diff options
Diffstat (limited to 'community/gspell/APKBUILD')
-rw-r--r-- | community/gspell/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gspell/APKBUILD b/community/gspell/APKBUILD index 463d32180b..fc5d11eb54 100644 --- a/community/gspell/APKBUILD +++ b/community/gspell/APKBUILD @@ -14,6 +14,12 @@ checkdepends="xvfb-run hunspell-en ibus" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/gspell/${pkgver%.*}/gspell-$pkgver.tar.xz" +case "$CARCH" in + s390x) + options="!check" # Requires ibus which is s390x-only + ;; +esac + build() { ./configure \ --build=$CBUILD \ |