Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
Date: Mon, 07 Mar 2016 17:05:25
Message-Id: 1457370313.a0a4f95dccfb21f49bec7efa2e722c7e3049a16d.aballier@gentoo
1 commit: a0a4f95dccfb21f49bec7efa2e722c7e3049a16d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 17:04:55 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 17:05:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a4f95d
7
8 dev-ml/ocamlbuild: add blocker against findlib versions that it collides with
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
17 index 526a153..354981b 100644
18 --- a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
19 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild
20 @@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb
21 IUSE="+ocamlopt"
22
23 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
24 -RDEPEND="${DEPEND}"
25 +RDEPEND="${DEPEND}
26 + !<dev-ml/findlib-1.6.1-r1
27 +"
28
29 src_prepare() {
30 epatch "${FILESDIR}/installbin.patch"