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:50:45 +0000
commitf5075b19bd2d11d6c7eab97d7dd68cd65bc6b031 (patch)
tree093add091549818dd774468c8ecc9675431db115
parent2af60a5c6e7e457381ff31c346871e7c51812cfa (diff)
downloadaports-f5075b19bd2d11d6c7eab97d7dd68cd65bc6b031.tar.bz2
aports-f5075b19bd2d11d6c7eab97d7dd68cd65bc6b031.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 8b7980a4fe..9a5ffe91c0 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: