aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-stats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-08-02 13:11:49 +0300
committerAndy Postnikov <apostnikov@gmail.com>2018-08-02 13:28:49 +0300
commitfdfd7f766476058b04794842664010b5f595a5b3 (patch)
treec1e2c553a171e30e371a229094f531067e8f2e78 /testing/php7-stats
parentc99d327ad04b2d81f1b67c64459c92abfebc56c2 (diff)
downloadaports-fdfd7f766476058b04794842664010b5f595a5b3.tar.bz2
aports-fdfd7f766476058b04794842664010b5f595a5b3.tar.xz
testing/php7-stats: clarify license, disable on s390x due to failing tests
Diffstat (limited to 'testing/php7-stats')
-rw-r--r--testing/php7-stats/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-stats/APKBUILD b/testing/php7-stats/APKBUILD
index 09dcb6e99e..e76078a110 100644
--- a/testing/php7-stats/APKBUILD
+++ b/testing/php7-stats/APKBUILD
@@ -3,11 +3,11 @@
pkgname=php7-stats
_pkgreal=stats
pkgver=2.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Extension that provides few dozens routines for statistical computation."
url="http://pecl.php.net/package/$_pkgreal"
-arch="all"
-license="PHP"
+arch="all !s390x" # too many tests fails on s390x
+license="PHP-3.01"
depends=""
makedepends="php7-dev autoconf"
source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"