From d8e74b61587a771cec0f4446f7ac695f9ed9a243 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 1 Jan 2019 07:15:36 +0000 Subject: community/cloudi: ocaml not available on armv7 --- community/cloudi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/cloudi') diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD index c1177103a2..cc09f1a3b7 100644 --- a/community/cloudi/APKBUILD +++ b/community/cloudi/APKBUILD @@ -29,7 +29,7 @@ pkgname=cloudi pkgver=1.7.5 -pkgrel=0 +pkgrel=1 pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." url="https://cloudi.org/" license="MIT" @@ -82,7 +82,7 @@ builddir="$srcdir/cloudi-$pkgver/src" CONFIGURE_ARGS="" # Enable OCaml on the appropriate architectures case "$CTARGET_ARCH" in -x86 | armhf | s390x) +x86 | armhf | armv7 | s390x) ;; *) makedepends="$makedepends ocaml" -- cgit v1.2.3