diff options
-rw-r--r-- | testing/php7-pecl-decimal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-decimal/APKBUILD b/testing/php7-pecl-decimal/APKBUILD index 7dd8428122..25daefe27e 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" |