From 819a75efd79255da6643bd965452255c23373d51 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 17 May 2017 09:47:59 +0200 Subject: dev-ml/ocaml-cairo: Add missing svg usedep on cairo, bug #618672 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ml/ocaml-cairo') diff --git a/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild b/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild index 7481ebe89642..627d5f40b95a 100644 --- a/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild +++ b/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="gtk" DEPEND=" gtk? ( dev-ml/lablgtk:= ) - x11-libs/cairo + x11-libs/cairo[svg(+)] " RDEPEND="${DEPEND}" DOCS=( README.md ) -- cgit v1.2.3-65-gdbad