diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-29 22:32:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-29 23:14:48 +0200 |
commit | 52ce482c08e38e356d0706d54bbcfa6cac8123d4 (patch) | |
tree | 7cdcd6a29f5b0048b9dfd620293ea666d80ec52e /dev-ml/lablgtk/lablgtk-2.18.3.ebuild | |
parent | dev-ml/lablgl: Support camlp4/labltk in -r1 only, #586914 (diff) | |
download | gentoo-52ce482c08e38e356d0706d54bbcfa6cac8123d4.tar.gz gentoo-52ce482c08e38e356d0706d54bbcfa6cac8123d4.tar.bz2 gentoo-52ce482c08e38e356d0706d54bbcfa6cac8123d4.zip |
dev-ml/lablgtk: Split stable into old OCaml & camlp4 variants, #586916
Split the stable version into a variant supporting old OCaml and one
supporting camlp4, in order to solve :=-in-|| problem. The old ebuild
is only targeted at stable ia64 & sparc users that do not have camlp4
stable.
Diffstat (limited to 'dev-ml/lablgtk/lablgtk-2.18.3.ebuild')
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.18.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild index 81b3d6abe490..46dbd4b863e2 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=x11-libs/gtkglarea-1.9:2 ) spell? ( app-text/gtkspell:2 ) sourceview? ( x11-libs/gtksourceview:2.0 ) - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) + <dev-lang/ocaml-4.02.0 " DEPEND="${RDEPEND} virtual/pkgconfig" |