diff options
Diffstat (limited to 'testing/php7-tideways_xhprof/APKBUILD')
-rw-r--r-- | testing/php7-tideways_xhprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD index cfd1bcd112..3fa11bfd8a 100644 --- a/testing/php7-tideways_xhprof/APKBUILD +++ b/testing/php7-tideways_xhprof/APKBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-} pkgrel=1 pkgdesc="Modern XHProf compatible Profiler for PHP 7" url="http://tideways.io" -arch="all !armhf !aarch64 !s390x" # fails to build +arch="all !armhf !armv7 !aarch64 !s390x" # fails to build license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" |