diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 09:50:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 09:50:17 +0000 |
commit | 4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448 (patch) | |
tree | feeeca68731b9f539647ae0cd808bd1da31f6288 | |
parent | fa8feeafaa12410018a57da545fc6fcaa90c6637 (diff) | |
download | aports-4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448.tar.bz2 aports-4a07488b1d6cf4b13fd0b1c56ae6cd5361d34448.tar.xz |
testing/php7-gmagick: disable compilation for x86, since php7-dev is not available for that arch
-rw-r--r-- | testing/php7-gmagick/APKBUILD | 2 |
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" |