aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fontforge
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-09 19:59:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-10 15:07:39 +0000
commit9ec34f6e17d0830dfec0f3b0608957a87823bb35 (patch)
tree4aa89ec1e45e5e0a6046ed2168729fdb7ceb4f0d /testing/fontforge
parentcf18db4f40a11f79cb7fed54050ae75953f5d088 (diff)
downloadaports-9ec34f6e17d0830dfec0f3b0608957a87823bb35.tar.bz2
aports-9ec34f6e17d0830dfec0f3b0608957a87823bb35.tar.xz
testing/fontforge: disable on s390x
one of the tests fails
Diffstat (limited to 'testing/fontforge')
-rw-r--r--testing/fontforge/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fontforge/APKBUILD b/testing/fontforge/APKBUILD
index 0e0c8391e7..46677a6529 100644
--- a/testing/fontforge/APKBUILD
+++ b/testing/fontforge/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20170731
pkgrel=0
pkgdesc="FontForge is a free (libre) font editor for Windows, Mac OS X and GNU+Linux."
url="https://github.com/fontforge/fontforge"
-arch="all"
+arch="all !s390x"
license="GPL-3.0"
source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-2.0.$pkgver"