aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stdx-allocator
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-16 12:44:37 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-17 10:02:46 +0200
commit8cd8cd61953256d28fe36474fd99eeed5c57c053 (patch)
tree211b1134cc9d49fef7b6371c318ce660dd707e44 /testing/stdx-allocator
parent1ad508bcc409ec1d25f0e77e719fb1809cb6c2b4 (diff)
downloadaports-8cd8cd61953256d28fe36474fd99eeed5c57c053.tar.bz2
aports-8cd8cd61953256d28fe36474fd99eeed5c57c053.tar.xz
testing/stdx-allocator: enable on x86
ldc is available on x86 now
Diffstat (limited to 'testing/stdx-allocator')
-rw-r--r--testing/stdx-allocator/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/stdx-allocator/APKBUILD b/testing/stdx-allocator/APKBUILD
index fd55f3c208..6ffc66802f 100644
--- a/testing/stdx-allocator/APKBUILD
+++ b/testing/stdx-allocator/APKBUILD
@@ -8,7 +8,7 @@ _verstring=$_pkgver-${_betanum/ta/ta.}
pkgrel=0
pkgdesc="Extracted std.experimental.allocator for usage via DUB"
url="https://github.com/dlang-community/stdx-allocator"
-arch="x86_64 aarch64" # ldc
+arch="x86 x86_64 aarch64" # ldc
license="BSL-1.0"
makedepends="meson ldc ldc-runtime mir-core-dev"
subpackages="$pkgname-dev"