mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/ocaml-camlp4: remove virtual package from makedepends
ocaml-ocamlbuild-dev is provided by ocaml-ocamlbuild, which is in depends, so this commit just removes the "duplicate" ocaml-ocamlbuild-dev, and does not require a pkgrel bump.
This commit is contained in:
parent
21b76c3d75
commit
d49e52aa5a
@ -15,8 +15,12 @@ arch="all !riscv64" # ocaml
|
||||
license="LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
|
||||
depends="ocaml-runtime~$_ocamlver ocaml-ocamlbuild"
|
||||
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
||||
makedepends="ocaml~$_ocamlver ocaml-compiler-libs~$_ocamlver
|
||||
ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild"
|
||||
makedepends="
|
||||
ocaml~$_ocamlver
|
||||
ocaml-compiler-libs~$_ocamlver
|
||||
ocaml-findlib
|
||||
ocamlbuild
|
||||
"
|
||||
replaces="camlp4" # for backward compatibility
|
||||
provides="camlp4=$pkgver-r$pkgrel" # for backward compatibility
|
||||
subpackages="$pkgname-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user