aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Rohrmoser <work@mro.name>2020-08-16 22:49:09 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-09-12 11:46:09 +0000
commita6ca1b2225b50ae02ab387a6a298569c73d39d87 (patch)
treee72cb4f777d83aff2d0e4a30f3e87adb2a6e6973
parent2468356531be393b9054f08d6a12998f424ac0ae (diff)
community/ocaml: enable on armhf. Was removed with ee7f79b692
-rw-r--r--community/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index 19d4da72e13..403b57ca174 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.08.1
pkgrel=3
pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/"
-arch="all !x86 !armhf !armv7 !mips !mips64"
+arch="all !x86 !armv7 !mips !mips64"
license="LGPL-2.1-or-later-WITH-linking-exception"
depends="$pkgname-runtime=$pkgver-r$pkgrel gcc"
makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev binutils-dev"