From ebbbce598f9726f77912f53a45fef3d7d6ae655a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 02:57:08 +0000 Subject: [PATCH] community/ecl: disable on mips --- community/ecl/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/ecl/APKBUILD b/community/ecl/APKBUILD index 64d65def87a..8637f2e5e97 100644 --- a/community/ecl/APKBUILD +++ b/community/ecl/APKBUILD @@ -4,7 +4,8 @@ pkgname=ecl pkgver=16.1.3 pkgrel=3 pkgdesc="Embeddable Common Lisp" -arch=all +# not compatible with soft-float archs (like mips) +arch="all !mips !mips64" url="https://common-lisp.net/project/ecl/" license="LGPL-2.1-or-later" makedepends="gmp-dev libffi-dev gc-dev"