aboutsummaryrefslogtreecommitdiff
path: root/testing/dcd
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-14 18:19:59 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-14 17:14:52 +0000
commit49422204f20316378d7fba0b48de8e5b01c34dac (patch)
tree1bf8a83157544c6a0fefe1ea9607ac6eaa3c0e7c /testing/dcd
parentd4fa535acd6ee27447457c54e6ac4ed8d8d8a42b (diff)
downloadalpine_aports-49422204f20316378d7fba0b48de8e5b01c34dac.tar.bz2
alpine_aports-49422204f20316378d7fba0b48de8e5b01c34dac.tar.xz
alpine_aports-49422204f20316378d7fba0b48de8e5b01c34dac.zip
testing/dcd: enable on aarch64
ldc is available on aarch64 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 a2294c42b2..ba8a8a60e5 100644
--- a/testing/dcd/APKBUILD
+++ b/testing/dcd/APKBUILD
@@ -6,7 +6,7 @@ _githash=33dbd7653ecf830b735382e11d9bee66853a6dcf
6pkgrel=0 6pkgrel=0
7pkgdesc="The D Completion Daemon is an auto-complete program for the D programming language" 7pkgdesc="The D Completion Daemon is an auto-complete program for the D programming language"
8url="https://github.com/dlang-community/DCD" 8url="https://github.com/dlang-community/DCD"
9arch="x86_64" # ldc 9arch="x86_64 aarch64" # ldc
10license="GPL-3.0-or-later" 10license="GPL-3.0-or-later"
11makedepends="ldc ldc-runtime stdx-allocator-dev dsymbol-dev libdparse-dev 11makedepends="ldc ldc-runtime stdx-allocator-dev dsymbol-dev libdparse-dev
12 msgpack-d-dev dcontainers-dev bash" 12 msgpack-d-dev dcontainers-dev bash"