Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgl/
Date: Wed, 29 Jun 2016 21:15:01
Message-Id: 1467234888.dd53a48c812d3859e3e5addfa38c0014d509511f.mgorny@gentoo
1 commit: dd53a48c812d3859e3e5addfa38c0014d509511f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 20:30:23 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 21:14:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd53a48c
7
8 dev-ml/lablgl: Support camlp4/labltk in -r1 only, #586914
9
10 Restrict the 1.05 ebuild to support old OCaml only to solve the :=-in-||
11 problem. 1.05-r1 is stable on all architectures supporting camlp4,
12 and -r0 is only kept for stable ia64 & sparc users.
13
14 dev-ml/lablgl/lablgl-1.05.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/lablgl/lablgl-1.05.ebuild b/dev-ml/lablgl/lablgl-1.05.ebuild
18 index bb69c5d..20f1f9e 100644
19 --- a/dev-ml/lablgl/lablgl-1.05.ebuild
20 +++ b/dev-ml/lablgl/lablgl-1.05.ebuild
21 @@ -19,12 +19,12 @@ RDEPEND="
22 x11-libs/libX11
23 virtual/opengl
24 virtual/glu
25 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
26 + <dev-lang/ocaml-4.02.0
27 glut? ( media-libs/freeglut )
28 tk? (
29 >=dev-lang/tcl-8.3:0=
30 >=dev-lang/tk-8.3:0=
31 - || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] )
32 + <dev-lang/ocaml-4.02[tk]
33 )
34 "