diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-05-19 17:48:39 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-05-19 17:49:01 +0300 |
commit | 71fa4c14b9bc44b725b2e30bb99872cb0781b71f (patch) | |
tree | 65b6d16194ca834b24a35c75ce90d9ab52ae6cec /testing | |
parent | d088484808bb673c6c173a09ae09d9a758242599 (diff) | |
download | aports-71fa4c14b9bc44b725b2e30bb99872cb0781b71f.tar.bz2 aports-71fa4c14b9bc44b725b2e30bb99872cb0781b71f.tar.xz |
testing/php7-mongodb: set arch to all
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-mongodb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-mongodb/APKBUILD b/testing/php7-mongodb/APKBUILD index faf8cb8102..9b9cdf723c 100644 --- a/testing/php7-mongodb/APKBUILD +++ b/testing/php7-mongodb/APKBUILD @@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP7 MongoDB driver" url="http://pecl.php.net/package/mongodb" -arch="x86_64 armhf" +arch="all" license="PHP" depends="php7-json" makedepends="libressl-dev pcre-dev php7-dev autoconf" |