dev-ml/ocamlbuild: add blocker against findlib versions that it collides with
authorAlexis Ballier <aballier@gentoo.org>
Mon, 7 Mar 2016 17:04:55 +0000 (18:04 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 7 Mar 2016 17:05:13 +0000 (18:05 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild

index 526a153f8cf24fddbac8883ec58861138f3a140d..354981b58089c0b7223e86bef3f0b1e69ec45073 100644 (file)
@@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb
 IUSE="+ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+       !<dev-ml/findlib-1.6.1-r1
+"
 
 src_prepare() {
        epatch "${FILESDIR}/installbin.patch"