From 4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 9 Mar 2016 09:50:17 +0000 Subject: testing/php7-gmagick: disable compilation for x86, since php7-dev is not available for that arch --- testing/php7-gmagick/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3