diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-16 12:45:07 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-17 10:02:46 +0200 |
commit | afaa57ab00fcb390804ea34e23f188f8910c9354 (patch) | |
tree | e38e125d6bb92523f91c0db47ae37286c5bd7160 /testing | |
parent | 52df4611e8d66695a70525199684a97a6c982c54 (diff) | |
download | aports-afaa57ab00fcb390804ea34e23f188f8910c9354.tar.bz2 aports-afaa57ab00fcb390804ea34e23f188f8910c9354.tar.xz |
testing/libdparse: enable on x86
ldc is available on x86 now
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libdparse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libdparse/APKBUILD b/testing/libdparse/APKBUILD index 2f0cbeb1cf..10e80101e3 100644 --- a/testing/libdparse/APKBUILD +++ b/testing/libdparse/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.13.2 pkgrel=0 pkgdesc="Library for lexing and parsing D source code" url="https://libdparse.dlang.io/" -arch="x86_64 aarch64" # ldc +arch="x86 x86_64 aarch64" # ldc license="BSL-1.0" makedepends="meson ldc ldc-runtime stdx-allocator-dev" subpackages="$pkgname-dev" |