diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-29 22:30:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-29 23:14:48 +0200 |
commit | dd53a48c812d3859e3e5addfa38c0014d509511f (patch) | |
tree | 33cba1126d1abe5d3424837269581828bca4065a /dev-ml/lablgl | |
parent | dev-ml/lwt: Drop interim version w/ same kw, #586918 (diff) | |
download | gentoo-dd53a48c812d3859e3e5addfa38c0014d509511f.tar.gz gentoo-dd53a48c812d3859e3e5addfa38c0014d509511f.tar.bz2 gentoo-dd53a48c812d3859e3e5addfa38c0014d509511f.zip |
dev-ml/lablgl: Support camlp4/labltk in -r1 only, #586914
Restrict the 1.05 ebuild to support old OCaml only to solve the :=-in-||
problem. 1.05-r1 is stable on all architectures supporting camlp4,
and -r0 is only kept for stable ia64 & sparc users.
Diffstat (limited to 'dev-ml/lablgl')
-rw-r--r-- | dev-ml/lablgl/lablgl-1.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/lablgl/lablgl-1.05.ebuild b/dev-ml/lablgl/lablgl-1.05.ebuild index bb69c5d38aef..20f1f9ed4777 100644 --- a/dev-ml/lablgl/lablgl-1.05.ebuild +++ b/dev-ml/lablgl/lablgl-1.05.ebuild @@ -19,12 +19,12 @@ RDEPEND=" x11-libs/libX11 virtual/opengl virtual/glu - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) + <dev-lang/ocaml-4.02.0 glut? ( media-libs/freeglut ) tk? ( >=dev-lang/tcl-8.3:0= >=dev-lang/tk-8.3:0= - || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] ) + <dev-lang/ocaml-4.02[tk] ) " |