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/async_unix/
Date: Wed, 12 Apr 2017 09:34:56
Message-Id: 1491989686.95da930e2e8d25b11834c0aedac1bf5fa49b6088.aballier@gentoo
1 commit: 95da930e2e8d25b11834c0aedac1bf5fa49b6088
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 09:34:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 09:34:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95da930e
7
8 dev-ml/async_unix: force "upgrade" to latest ppx, bug #615192
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/async_unix/async_unix-0.9.0.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-ml/async_unix/async_unix-0.9.0.ebuild b/dev-ml/async_unix/async_unix-0.9.0.ebuild
16 index 98434a7fab8..aac9eccd0f0 100644
17 --- a/dev-ml/async_unix/async_unix-0.9.0.ebuild
18 +++ b/dev-ml/async_unix/async_unix-0.9.0.ebuild
19 @@ -19,6 +19,8 @@ RDEPEND="
20 dev-ml/ppx_driver:=
21 dev-ml/ppx_jane:=
22 dev-ml/ocaml-migrate-parsetree:=
23 + <dev-ml/ppx_driver-100
24 + <dev-ml/ppx_jane-100
25 "
26 DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"