aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pdlib
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-11-30 23:57:30 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-12-01 00:02:33 +0200
commit9c60d060f2f09ec7c391be64f722a360f9efb46e (patch)
treeb827d817d9fcb5a490ceaee06554951d87ebf984 /testing/php7-pdlib
parent2b686951058b3c3cceb9196e824225792f03e8c5 (diff)
downloadaports-9c60d060f2f09ec7c391be64f722a360f9efb46e.tar.bz2
aports-9c60d060f2f09ec7c391be64f722a360f9efb46e.tar.xz
testing/php7-pdlib: disable ppc64le - build fails
Diffstat (limited to 'testing/php7-pdlib')
-rw-r--r--testing/php7-pdlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pdlib/APKBUILD b/testing/php7-pdlib/APKBUILD
index 03d6e87bfa..0b3ad5fc8b 100644
--- a/testing/php7-pdlib/APKBUILD
+++ b/testing/php7-pdlib/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.0
pkgrel=0
pkgdesc="PHP extension for Dlib"
url="https://github.com/goodspb/pdlib"
-arch="all"
+arch="all !ppc64le" # build fails https://github.com/goodspb/pdlib/issues/19
license="MIT"
depends="php7-common dlib"
makedepends="php7-dev pkgconf php7-bz2"