diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-02-19 22:17:17 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-02-19 22:17:17 +0100 |
commit | 2c0f1a9a787c2c4b49a6f678c9ad54bbb5c238b4 (patch) | |
tree | 4ae83d214c050ac190a838cd6d7d9023860da31f /dev-ml/ocamlgraph | |
parent | dev-ml/lablgtk: dep on ocaml<4.06 (diff) | |
download | gentoo-2c0f1a9a787c2c4b49a6f678c9ad54bbb5c238b4.tar.gz gentoo-2c0f1a9a787c2c4b49a6f678c9ad54bbb5c238b4.tar.bz2 gentoo-2c0f1a9a787c2c4b49a6f678c9ad54bbb5c238b4.zip |
dev-ml/ocamlgraph: 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/ocamlgraph')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild index 41454fc22085..1ae4977a6ef7 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.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 @@ -10,8 +10,8 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html" SRC_URI="http://ocamlgraph.lri.fr/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ppc x86" -RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +RDEPEND="<=dev-lang/ocaml-4.06:=[ocamlopt?] gtk? ( dev-ml/lablgtk:2=[gnomecanvas,ocamlopt?] )" DEPEND="${RDEPEND} doc? ( dev-tex/hevea dev-ml/ocamlweb )" |