diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-17 09:47:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-17 09:47:59 +0200 |
commit | 819a75efd79255da6643bd965452255c23373d51 (patch) | |
tree | 0f18caae2229892e1a56984d2f1d498ae5ae3865 /dev-ml/ocaml-cairo | |
parent | media-video/ffmpeg: Bump to 3.2.5 (diff) | |
download | gentoo-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.ebuild | 4 |
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 ) |