aboutsummaryrefslogtreecommitdiffstats
path: root/testing/msgpack-d
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-16 12:44:54 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-17 10:02:46 +0200
commit52df4611e8d66695a70525199684a97a6c982c54 (patch)
treec34babce433fa429521207a523131608c9671bd3 /testing/msgpack-d
parent8cd8cd61953256d28fe36474fd99eeed5c57c053 (diff)
downloadaports-52df4611e8d66695a70525199684a97a6c982c54.tar.bz2
aports-52df4611e8d66695a70525199684a97a6c982c54.tar.xz
testing/msgpack-d: enable on x86
ldc is available on x86 now
Diffstat (limited to 'testing/msgpack-d')
-rw-r--r--testing/msgpack-d/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/msgpack-d/APKBUILD b/testing/msgpack-d/APKBUILD
index a76b1cb47e..ee5a023691 100644
--- a/testing/msgpack-d/APKBUILD
+++ b/testing/msgpack-d/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.2
pkgrel=0
pkgdesc="MessagePack for D"
url="https://msgpack.org/"
-arch="x86_64 aarch64" # ldc
+arch="x86 x86_64 aarch64" # ldc
license="BSL-1.0"
makedepends="meson ldc ldc-runtime"
subpackages="$pkgname-dev"