commit: 819a75efd79255da6643bd965452255c23373d51
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 07:47:59 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 17 07:47:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819a75ef
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(-)
diff --git a/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild
b/dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild
index 7481ebe8964..627d5f40b95 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 )