aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-03-18 09:52:15 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-03-18 09:52:15 +0000
commit3f954a0ae997f92bd8d06033a52874abf4dc0482 (patch)
treea5f894d788aa2a5582de8127864b3fce9d3376cb /testing
parent68f3c94f9abc8c1d3992b39724bb5bdb0f353491 (diff)
downloadaports-3f954a0ae997f92bd8d06033a52874abf4dc0482.tar.bz2
aports-3f954a0ae997f92bd8d06033a52874abf4dc0482.tar.xz
testing/php7-xdebug: disable on x86
php7 is not built for x86 currently
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-xdebug/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-xdebug/APKBUILD b/testing/php7-xdebug/APKBUILD
index cb307f99ef..b0f693d529 100644
--- a/testing/php7-xdebug/APKBUILD
+++ b/testing/php7-xdebug/APKBUILD
@@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP extension provides functions for function traces and profiling"
url="http://pecl.php.net/package/$_pkgreal"
-arch="all"
+arch="x86_64 armhf"
license="PHP"
depends=
pecldepends="php7-dev autoconf"