mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
dev-util/ocamlformat: decouple libraries
Some OCaml packages need only its libraries. Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
parent
fc97292b2d
commit
cb2ecdebe5
@ -19,23 +19,9 @@ IUSE="ocamlopt test"
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-ml/cmdliner:=
|
>=dev-ml/cmdliner-1.1.0:=
|
||||||
dev-ml/csexp:=
|
~dev-ml/ocamlformat-lib-${PV}:=
|
||||||
dev-ml/re:=
|
>=dev-ml/re-1.10.3:=
|
||||||
|
|
||||||
dev-ml/base:=
|
|
||||||
dev-ml/dune-build-info:=
|
|
||||||
dev-ml/either:=
|
|
||||||
dev-ml/fix:=
|
|
||||||
dev-ml/fpath:=
|
|
||||||
dev-ml/menhir:=
|
|
||||||
dev-ml/ocaml-version:=
|
|
||||||
dev-util/ocp-indent:=
|
|
||||||
dev-ml/stdio:=
|
|
||||||
dev-ml/uuseg:=
|
|
||||||
dev-ml/uutf:=
|
|
||||||
dev-ml/astring:=
|
|
||||||
dev-ml/camlp-streams:=
|
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@ -44,6 +30,15 @@ DEPEND="
|
|||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-ml/alcotest:=
|
>=dev-ml/cmdliner-1.2.0:=
|
||||||
|
~dev-ml/ocamlformat-rpc-lib-${PV}:=
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
dune-compile ocamlformat
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dune-install ocamlformat
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user