commit: 86806ebd5e636cbd4b05014652f0f2cc4333cdde Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Feb 19 21:13:13 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Feb 19 21:13:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86806ebd
dev-ml/lablgtk: dep on ocaml<4.06 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/lablgtk/lablgtk-2.18.5.ebuild | 6 +++--- 1 file 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 32faef7880a..9bef8aaa2b1 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) \
