diff options
Diffstat (limited to 'dev-ml/kaputt/kaputt-1.2.ebuild')
-rw-r--r-- | dev-ml/kaputt/kaputt-1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/kaputt/kaputt-1.2.ebuild b/dev-ml/kaputt/kaputt-1.2.ebuild index 854656c9899e..2a50959b8d66 100644 --- a/dev-ml/kaputt/kaputt-1.2.ebuild +++ b/dev-ml/kaputt/kaputt-1.2.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]" +DEPEND="${RDEPEND} + || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )" src_configure() { chmod +x configure |