aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-decimal
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2021-02-10 15:09:48 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-02-11 01:05:05 +0000
commit712759834b86b26ef6c9bb7762aabf95e3f95c96 (patch)
tree6571feda71e1b16e9804ff8eae2ee1151ff6c453 /testing/php7-pecl-decimal
parent94224fe220c0ddc80d31f049b4d501f0202405e2 (diff)
testing/php7-pecl-decimal: enable on all platforms
Diffstat (limited to 'testing/php7-pecl-decimal')
-rw-r--r--testing/php7-pecl-decimal/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-decimal/APKBUILD b/testing/php7-pecl-decimal/APKBUILD
index 7dd8428122a..25daefe27e9 100644
--- a/testing/php7-pecl-decimal/APKBUILD
+++ b/testing/php7-pecl-decimal/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Correctly-rounded arbitrary precision decimal floating-point arithmetic
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/17821#note_140064
options="!check"
url="https://pecl.php.net/package/decimal"
-arch="all !x86 !ppc64le !armv7 !armhf" # mpdecimal missing
+arch="all"
license="MIT"
depends="php7-json"
makedepends="php7-dev mpdecimal-dev"