diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:13:25 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 0a1a8fb9fe396c779530da0bb6508bd02625f543 (patch) | |
tree | 6e669a17adf966d19f37534a0aa712cc07114fd4 /dev-ml/bolt | |
parent | dev-ml/dose3: add ocamlbuild dep (diff) | |
download | gentoo-0a1a8fb9fe396c779530da0bb6508bd02625f543.tar.gz gentoo-0a1a8fb9fe396c779530da0bb6508bd02625f543.tar.bz2 gentoo-0a1a8fb9fe396c779530da0bb6508bd02625f543.zip |
dev-ml/bolt: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/bolt')
-rw-r--r-- | dev-ml/bolt/bolt-1.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-ml/bolt/bolt-1.4.ebuild b/dev-ml/bolt/bolt-1.4.ebuild index e7e9e060e5a8..a9f423b90245 100644 --- a/dev-ml/bolt/bolt-1.4.ebuild +++ b/dev-ml/bolt/bolt-1.4.ebuild @@ -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 |