From afaa57ab00fcb390804ea34e23f188f8910c9354 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 16 Apr 2020 12:45:07 +0200 Subject: testing/libdparse: enable on x86 ldc is available on x86 now --- testing/libdparse/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/libdparse') 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" -- cgit v1.2.3