From 36ff6a7734ace2fca2e6fa9a3b1e6f995f48bd03 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 7 Apr 2020 16:39:52 +0000 Subject: community/gir-to-d: disable on mips --- community/gir-to-d/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gir-to-d') diff --git a/community/gir-to-d/APKBUILD b/community/gir-to-d/APKBUILD index abd301b88b..b02ac61673 100644 --- a/community/gir-to-d/APKBUILD +++ b/community/gir-to-d/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.21.0 pkgrel=0 pkgdesc=" Create D bindings from GObject introspection files" url="https://github.com/gtkd-developers/gir-to-d" -arch="all !ppc64le !s390x" # No gdc on these +arch="all !ppc64le !s390x !mips !mips64" # No gdc on these license="LGPL-3.0-or-later" makedepends="meson gcc-gdc" options="!check" # no tests -- cgit v1.2.3