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/bignum/
Date: Wed, 12 Apr 2017 09:36:39
Message-Id: 1491989769.21e13ef9cfdc420858c1379216f7d85397d3ba27.aballier@gentoo
1 commit: 21e13ef9cfdc420858c1379216f7d85397d3ba27
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 09:36:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 09:36:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e13ef9
7
8 dev-ml/bignum: Force "upgrade" to latest ppx, bug #615190
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/bignum/bignum-0.9.0.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-ml/bignum/bignum-0.9.0.ebuild b/dev-ml/bignum/bignum-0.9.0.ebuild
16 index ea3309a76a5..a2a5971bed6 100644
17 --- a/dev-ml/bignum/bignum-0.9.0.ebuild
18 +++ b/dev-ml/bignum/bignum-0.9.0.ebuild
19 @@ -20,6 +20,8 @@ RDEPEND="
20 dev-ml/ppx_jane:=
21 dev-ml/typerep:=
22 dev-ml/zarith:=
23 + <dev-ml/ppx_driver-100
24 + <dev-ml/ppx_jane-100
25 "
26 DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"