projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca434c
)
eclass/oasis.eclass: Add ocamlbuild build dep.
author
Alexis Ballier
<aballier@gentoo.org>
Tue, 1 Mar 2016 18:04:30 +0000
(19:04 +0100)
committer
Alexis Ballier
<aballier@gentoo.org>
Tue, 1 Mar 2016 18:47:37 +0000
(19:47 +0100)
eclass/oasis.eclass
patch
|
blob
|
history
diff --git
a/eclass/oasis.eclass
b/eclass/oasis.eclass
index 7a341ceb4c425f6c07c834bc33d046b95dacd417..6299f28c30d34ac638ef4f6c240e14fabcf2bf57 100644
(file)
--- a/
eclass/oasis.eclass
+++ b/
eclass/oasis.eclass
@@
-62,7
+62,8
@@
IUSE="+ocamlopt"
[ -n "${OASIS_BUILD_DOCS}" ] && IUSE="${IUSE} doc"
[ -n "${OASIS_BUILD_TESTS}" ] && IUSE="${IUSE} test"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
# @FUNCTION: oasis_use_enable
# @USAGE: < useflag > < variable >