aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 12:50:45 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 12:58:47 +0000
commiteb05e76a44cb90e20b33bab73e4c325a1eeb22e1 (patch)
treeb3daad80a0f5565327d12dd69b7eb23e31e858d8
parent478332a5a162445bc68e54ef4138ae2a6af382d8 (diff)
downloadaports-eb05e76a44cb90e20b33bab73e4c325a1eeb22e1.tar.bz2
aports-eb05e76a44cb90e20b33bab73e4c325a1eeb22e1.tar.xz
main/gd: disable tests for more arches
FAIL: gdimagecopyresampled/bug00201 FAIL: gdimagegrayscale/basic
-rw-r--r--main/gd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD
index dd79ac03d5..70baa80456 100644
--- a/main/gd/APKBUILD
+++ b/main/gd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gd
pkgver=2.2.5
-pkgrel=2
+pkgrel=3
_pkgreal=lib$pkgname
pkgdesc="Library for the dynamic creation of images by programmers"
url="https://libgd.github.io/"
@@ -19,7 +19,7 @@ source="https://github.com/$_pkgreal/$_pkgreal/releases/download/$pkgname-$pkgve
"
builddir="$srcdir/$_pkgreal-$pkgver"
case "$CARCH" in
- aarch64|x86) options="!check" ;; # https://github.com/libgd/libgd/issues/359
+ aarch64|x86|ppc64le|s390x) options="!check" ;; # https://github.com/libgd/libgd/issues/359
esac
# secfixes: