aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:57:08 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:57:08 +0000
commitebbbce598f9726f77912f53a45fef3d7d6ae655a (patch)
tree0957c8f83ef378814084091dc3eb09152816d827
parenteb78ca567be9b54755174cb507d4eabebbc1a0c9 (diff)
downloadaports-ebbbce598f9726f77912f53a45fef3d7d6ae655a.tar.bz2
aports-ebbbce598f9726f77912f53a45fef3d7d6ae655a.tar.xz
community/ecl: disable on mips
-rw-r--r--community/ecl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ecl/APKBUILD b/community/ecl/APKBUILD
index 64d65def87..8637f2e5e9 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"