diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:17:26 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 202a09542d59dc984b67eed7844d2db49dc60d47 (patch) | |
tree | e7e44e9cbd5beccc56a08fc1e4e7da82ee4a421b /dev-ml/camlp4 | |
parent | dev-ml/reactiveData: add ocamlbuild dep (diff) | |
download | gentoo-202a09542d59dc984b67eed7844d2db49dc60d47.tar.gz gentoo-202a09542d59dc984b67eed7844d2db49dc60d47.tar.bz2 gentoo-202a09542d59dc984b67eed7844d2db49dc60d47.zip |
dev-ml/camlp4: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/camlp4')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.02.1_p3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild b/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild index 08515a39a224..c5a41a3a3ce8 100644 --- a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild +++ b/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild @@ -20,6 +20,8 @@ DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" RDEPEND="${DEPEND} !<dev-lang/ocaml-4.02 !<dev-ml/findlib-1.5.5-r1" +DEPEND="${DEPEND} + || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )" S=${WORKDIR}/${P/_p/-} |