diff options
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" |