aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-tideways_xhprof
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-14 20:29:07 +0300
committerprspkt <prspkt@protonmail.com>2019-06-14 20:29:48 +0300
commit7cb69f3cc4f761c45c9c31e87736ec406a0bf91b (patch)
tree6765bcbd8d9a23faaab53b2bcb91aefbc55fc783 /testing/php7-tideways_xhprof
parent42a1e5d63a2ebb561141170d8603eeef22e53c4b (diff)
downloadaports-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/APKBUILD4
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"