summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-02-12 08:34:16 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-02-12 08:34:16 +0100
commite1950af8de0681f4e2959ab19c57a856d82ee319 (patch)
tree754d19151501b38bffcececa44ee2544fd7893d0 /dev-ml/ocamlgraph
parentx11-themes/e-flat-theme: 2021-02-12 snapshot (diff)
downloadgentoo-e1950af8de0681f4e2959ab19c57a856d82ee319.tar.gz
gentoo-e1950af8de0681f4e2959ab19c57a856d82ee319.tar.bz2
gentoo-e1950af8de0681f4e2959ab19c57a856d82ee319.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild b/dev-ml/ocamlgraph/ocamlgraph-2.0.0.ebuild
index 58fd0cd07d64..1c843c42933b 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}"