diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-02-19 22:13:13 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-02-19 22:13:13 +0100 |
commit | 86806ebd5e636cbd4b05014652f0f2cc4333cdde (patch) | |
tree | ed16c14b7fcae2b33e624be76e172c24b497f2af /dev-ml/lablgtk | |
parent | dev-ml/csexp: dep on result-1.5 (diff) | |
download | gentoo-86806ebd5e636cbd4b05014652f0f2cc4333cdde.tar.gz gentoo-86806ebd5e636cbd4b05014652f0f2cc4333cdde.tar.bz2 gentoo-86806ebd5e636cbd4b05014652f0f2cc4333cdde.zip |
dev-ml/lablgtk: dep on ocaml<4.06
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/lablgtk')
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.18.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/lablgtk/lablgtk-2.18.5.ebuild b/dev-ml/lablgtk/lablgtk-2.18.5.ebuild index 32faef7880a6..9bef8aaa2b15 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.5.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://forge.ocamlcore.org/frs/download.php/1627/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )" RDEPEND=">=x11-libs/gtk+-2.10:2 - >=dev-lang/ocaml-3.10:=[ocamlopt?] + <dev-lang/ocaml-4.09:=[ocamlopt?] svg? ( >=gnome-base/librsvg-2.2:2 ) glade? ( >=gnome-base/libglade-2.0.1 ) gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 ) @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" SLOT="2/${PV}" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" src_configure() { econf $(use_enable debug) \ |