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/labltk/
Date: Sat, 04 Nov 2017 09:53:38
Message-Id: 1509788228.ce352e1ca8fded2a4a8f1a0f2c774d4af58c9628.aballier@gentoo
1 commit: ce352e1ca8fded2a4a8f1a0f2c774d4af58c9628
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 12:57:44 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 09:37:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce352e1c
7
8 dev-ml/labltk: allow ocaml 4.06 betas too
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-ml/labltk/labltk-8.06.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/labltk/labltk-8.06.4.ebuild b/dev-ml/labltk/labltk-8.06.4.ebuild
16 index e0e827145b8..f5af7fe686f 100644
17 --- a/dev-ml/labltk/labltk-8.06.4.ebuild
18 +++ b/dev-ml/labltk/labltk-8.06.4.ebuild
19 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a
20 IUSE="+ocamlopt X"
21
22 RDEPEND=">=dev-lang/tk-8.0.3:=
23 - >=dev-lang/ocaml-4.06:=[ocamlopt?,X?]"
24 + >=dev-lang/ocaml-4.06_beta:=[ocamlopt?,X?]"
25 DEPEND="${RDEPEND}
26 >=dev-ml/findlib-1.5.5-r1"