summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-17 09:47:59 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-17 09:47:59 +0200
commit819a75efd79255da6643bd965452255c23373d51 (patch)
tree0f18caae2229892e1a56984d2f1d498ae5ae3865 /dev-ml/ocaml-cairo
parentmedia-video/ffmpeg: Bump to 3.2.5 (diff)
downloadgentoo-819a75efd79255da6643bd965452255c23373d51.tar.gz
gentoo-819a75efd79255da6643bd965452255c23373d51.tar.bz2
gentoo-819a75efd79255da6643bd965452255c23373d51.zip
dev-ml/ocaml-cairo: Add missing svg usedep on cairo, bug #618672
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-cairo')
-rw-r--r--dev-ml/ocaml-cairo/ocaml-cairo-0.5.ebuild4
1 files 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 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 )