summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-02-02 21:55:32 -0800
committerMatt Turner <mattst88@gentoo.org>2022-02-02 22:20:42 -0800
commitd52e3e94bbf54f6d427e33a91da86db390e6ff60 (patch)
treef7c0222ff5c4dc270251629d36f0fd62846f5ed4 /gnome-base/librsvg
parentmedia-sound/sound-juicer: Fix build with meson 0.61 (diff)
downloadgentoo-d52e3e94bbf54f6d427e33a91da86db390e6ff60.tar.gz
gentoo-d52e3e94bbf54f6d427e33a91da86db390e6ff60.tar.bz2
gentoo-d52e3e94bbf54f6d427e33a91da86db390e6ff60.zip
gnome-base/librsvg: Depend on x11-libs/cairo[svg]
Closes: https://bugs.gentoo.org/830289 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r--gnome-base/librsvg/librsvg-2.52.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/librsvg/librsvg-2.52.5.ebuild b/gnome-base/librsvg/librsvg-2.52.5.ebuild
index f933ab707b47..083436b27fac 100644
--- a/gnome-base/librsvg/librsvg-2.52.5.ebuild
+++ b/gnome-base/librsvg/librsvg-2.52.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,7 @@ IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
- >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.16.0[glib,svg,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]