diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-14 20:29:07 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-14 20:29:48 +0300 |
commit | 7cb69f3cc4f761c45c9c31e87736ec406a0bf91b (patch) | |
tree | 6765bcbd8d9a23faaab53b2bcb91aefbc55fc783 /testing/php7-tideways_xhprof | |
parent | 42a1e5d63a2ebb561141170d8603eeef22e53c4b (diff) | |
download | aports-7cb69f3cc4f761c45c9c31e87736ec406a0bf91b.tar.bz2 aports-7cb69f3cc4f761c45c9c31e87736ec406a0bf91b.tar.xz |
testing/php7-tideways_xhprof: enable on x86_64 only
Diffstat (limited to 'testing/php7-tideways_xhprof')
-rw-r--r-- | testing/php7-tideways_xhprof/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD index 3fdb43321c..89a047d4ae 100644 --- a/testing/php7-tideways_xhprof/APKBUILD +++ b/testing/php7-tideways_xhprof/APKBUILD @@ -5,10 +5,10 @@ _pkgext=tideways_xhprof _pkgreal=php-xhprof-extension pkgver=5.0_beta3 _pkgver=${pkgver/_/-} -pkgrel=3 +pkgrel=4 pkgdesc="Modern XHProf compatible Profiler for PHP 7" url="http://tideways.io" -arch="all !x86" +arch="x86_64" # fails to build license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" |