aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dcd
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-16 12:46:02 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-17 10:02:46 +0200
commit96946a734c35abda6ce19796015dca2b9683d9c8 (patch)
tree11b9c2eed25155cb311e115bc249415c71136159 /testing/dcd
parenteee8090a349f1b3bd6eccdd706adb8d7f4713b4c (diff)
downloadaports-96946a734c35abda6ce19796015dca2b9683d9c8.tar.bz2
aports-96946a734c35abda6ce19796015dca2b9683d9c8.tar.xz
testing/dcd: enable on x86
ldc is available on x86 now
Diffstat (limited to 'testing/dcd')
-rw-r--r--testing/dcd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dcd/APKBUILD b/testing/dcd/APKBUILD
index ba8a8a60e5..0d8f9dd5b7 100644
--- a/testing/dcd/APKBUILD
+++ b/testing/dcd/APKBUILD
@@ -6,7 +6,7 @@ _githash=33dbd7653ecf830b735382e11d9bee66853a6dcf
pkgrel=0
pkgdesc="The D Completion Daemon is an auto-complete program for the D programming language"
url="https://github.com/dlang-community/DCD"
-arch="x86_64 aarch64" # ldc
+arch="x86 x86_64 aarch64" # ldc
license="GPL-3.0-or-later"
makedepends="ldc ldc-runtime stdx-allocator-dev dsymbol-dev libdparse-dev
msgpack-d-dev dcontainers-dev bash"