commit:     1804315af19c4f6a70f17bd4ef99e4dfd5c7fc0a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:28:07 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:28:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1804315a

eclass/oasis.eclass: Drop compat for non-split ocamlbuild now that ocaml 
versions including it are gone.

 eclass/oasis.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
index 6b1fc4fb14..9bf5ce0849 100644
--- a/eclass/oasis.eclass
+++ b/eclass/oasis.eclass
@@ -63,7 +63,7 @@ IUSE="+ocamlopt"
 [ -n "${OASIS_BUILD_TESTS}" ] && IUSE="${IUSE} test"
 
 DEPEND="${RDEPEND}
-       || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
+       dev-ml/ocamlbuild"
 
 # @FUNCTION: oasis_use_enable
 # @USAGE: < useflag > < variable >

Reply via email to