diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-10 11:48:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-10 11:48:16 +0000 |
commit | 14a26470eb5864d3fcb15657f46a24f712041663 (patch) | |
tree | f85faaf71e167a97e2c593094af45cdedba574cf /testing | |
parent | 92465032c230ec01045b1952ddd8d4d8a2a9ab3a (diff) | |
download | aports-14a26470eb5864d3fcb15657f46a24f712041663.tar.bz2 aports-14a26470eb5864d3fcb15657f46a24f712041663.tar.xz |
testing/php7-xhprof: disable on s390x
reported upstream:
https://github.com/longxinH/xhprof/issues/15
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index 84c9d493fb..6f5aa6622b 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.0.2 pkgrel=1 pkgdesc="A Hierarchical Profiler for PHP" url="https://github.com/longxinH/xhprof" -arch="all" +arch="all !s390x" license="Apache-2.0" depends="php7 php7-ctype" makedepends="php7-dev autoconf" |