aboutsummaryrefslogtreecommitdiff
path: root/testing/libdparse
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-14 18:19:26 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-14 17:14:52 +0000
commitaf5e3bce7b331049d968491c5eaacbb5847d9135 (patch)
tree1045b1f428e50a718cde57d5aa612bd18f655657 /testing/libdparse
parent428f73b1fcdb101f0639eecbc15f222ce08f81e9 (diff)
downloadalpine_aports-af5e3bce7b331049d968491c5eaacbb5847d9135.tar.bz2
alpine_aports-af5e3bce7b331049d968491c5eaacbb5847d9135.tar.xz
alpine_aports-af5e3bce7b331049d968491c5eaacbb5847d9135.zip
testing/libdparse: enable on aarch64
ldc is available on aarch64 now
Diffstat (limited to 'testing/libdparse')
-rw-r--r--testing/libdparse/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libdparse/APKBUILD b/testing/libdparse/APKBUILD
index 68d933fc20..2f0cbeb1cf 100644
--- a/testing/libdparse/APKBUILD
+++ b/testing/libdparse/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.13.2
5pkgrel=0 5pkgrel=0
6pkgdesc="Library for lexing and parsing D source code" 6pkgdesc="Library for lexing and parsing D source code"
7url="https://libdparse.dlang.io/" 7url="https://libdparse.dlang.io/"
8arch="x86_64" # ldc 8arch="x86_64 aarch64" # ldc
9license="BSL-1.0" 9license="BSL-1.0"
10makedepends="meson ldc ldc-runtime stdx-allocator-dev" 10makedepends="meson ldc ldc-runtime stdx-allocator-dev"
11subpackages="$pkgname-dev" 11subpackages="$pkgname-dev"