aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-gmagick
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-03-09 09:50:17 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-03-09 09:50:17 +0000
commit4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448 (patch)
treefeeeca68731b9f539647ae0cd808bd1da31f6288 /testing/php7-gmagick
parentfa8feeafaa12410018a57da545fc6fcaa90c6637 (diff)
downloadaports-4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448.tar.bz2
aports-4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448.tar.xz
testing/php7-gmagick: disable compilation for x86, since php7-dev is not available for that arch
Diffstat (limited to 'testing/php7-gmagick')
-rw-r--r--testing/php7-gmagick/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD
index 0f07b5c0fa..826d848604 100644
--- a/testing/php7-gmagick/APKBUILD
+++ b/testing/php7-gmagick/APKBUILD
@@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP7 bindings to the GraphicsMagick library"
url="http://pecl.php.net/package/gmagick"
-arch="all"
+arch="x86_64 armhf"
license="PHP"
depends=
pecldepends="php7-dev autoconf"