commit: a0a4f95dccfb21f49bec7efa2e722c7e3049a16d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 17:04:55 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 17:05:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a4f95d
dev-ml/ocamlbuild: add blocker against findlib versions that it collides with
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
index 526a153..354981b 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
@@ -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"