aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-12 09:14:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-12 09:14:41 +0000
commite6a8cda3f522ae61b2e35986a8b314780890f8f7 (patch)
treec33555258c35173d2ceeace598bc9688cdc7a7e7
parent4a867b1342ef9d74ba29a77488e6551a0f560014 (diff)
downloadaports-e6a8cda3f522ae61b2e35986a8b314780890f8f7.tar.bz2
aports-e6a8cda3f522ae61b2e35986a8b314780890f8f7.tar.xz
community/ocamlbuild: fix circular dependency
fix ocaml-ocamlbuild -> ocaml-ocamlbuild circular dependency
-rw-r--r--community/ocamlbuild/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index c6e6ba8eb8..28ba9b089f 100644
--- a/community/ocamlbuild/APKBUILD
+++ b/community/ocamlbuild/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Anil Madhavapeddy <anil@recoil.org>
pkgname=ocamlbuild
pkgver=0.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="Generic build tool with built-in rules for building OCaml library and programs"
options="!check"
url="https://github.com/ocaml/ocamlbuild"
@@ -52,6 +52,7 @@ _libdev() {
_lib() {
pkgdesc="$pkgdesc (library)"
replaces="$pkgname" # for backward compatibility
+ depends=
_submv usr/lib/ocaml
}