aboutsummaryrefslogtreecommitdiffstats
path: root/community/glibd
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-14 18:17:19 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-14 17:14:52 +0000
commitcd143e08fa2c7be048a7dc7d25be55724fe9b47b (patch)
tree4bb0c79a1b0d0ec969f5afea60d2780a650a3c16 /community/glibd
parent92052a38da4f84a7c980cf255d966c7f99a27ead (diff)
downloadaports-cd143e08fa2c7be048a7dc7d25be55724fe9b47b.tar.bz2
aports-cd143e08fa2c7be048a7dc7d25be55724fe9b47b.tar.xz
community/glibd: enable on aarch64
ldc is available on aarch64 now
Diffstat (limited to 'community/glibd')
-rw-r--r--community/glibd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glibd/APKBUILD b/community/glibd/APKBUILD
index e89c8568fa..88e2dffd59 100644
--- a/community/glibd/APKBUILD
+++ b/community/glibd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.0
pkgrel=2
pkgdesc="D bindings for the GLib C Utility Library"
url="https://github.com/gtkd-developers/GlibD"
-arch="x86_64" # ldc
+arch="x86_64 aarch64" # ldc
license="GPL-3.0-or-later"
makedepends="meson gobject-introspection-dev glib-dev ldc ldc-runtime gir-to-d"
subpackages="$pkgname-dev"