diff options
Diffstat (limited to 'testing/php7-xhprof')
-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 041a45682e..6cab478eed 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.0.5 pkgrel=0 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" |