mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ml/bolt: add ocamlbuild dep
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -15,9 +15,11 @@ SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
|
||||
|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
|
||||
dev-ml/camlp4:="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ml/ocamlbuild
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
sh configure
|
||||
|
||||
Reference in New Issue
Block a user