commit: e1950af8de0681f4e2959ab19c57a856d82ee319 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Feb 12 07:34:16 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Feb 12 07:34:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1950af8
dev-ml/ocamlgraph: fix use dep Closes: https://bugs.gentoo.org/770130 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild index 58fd0cd07d6..1c843c42933 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" - gtk? ( dev-ml/lablgtk:2=[ocamlopt?] ) + gtk? ( dev-ml/lablgtk:2=[ocamlopt?,gnomecanvas] ) dev-ml/stdlib-shims:=[ocamlopt?] dev-ml/graphics:=[ocamlopt?]" DEPEND="${RDEPEND}"
