Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Thu, 03 Feb 2022 06:21:03
Message-Id: 1643869242.d52e3e94bbf54f6d427e33a91da86db390e6ff60.mattst88@gentoo
1 commit: d52e3e94bbf54f6d427e33a91da86db390e6ff60
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 05:55:32 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 06:20:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52e3e94
7
8 gnome-base/librsvg: Depend on x11-libs/cairo[svg]
9
10 Closes: https://bugs.gentoo.org/830289
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 gnome-base/librsvg/librsvg-2.52.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gnome-base/librsvg/librsvg-2.52.5.ebuild b/gnome-base/librsvg/librsvg-2.52.5.ebuild
17 index f933ab707b47..083436b27fac 100644
18 --- a/gnome-base/librsvg/librsvg-2.52.5.ebuild
19 +++ b/gnome-base/librsvg/librsvg-2.52.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,7 +18,7 @@ IUSE="+introspection +vala"
27 REQUIRED_USE="vala? ( introspection )"
28
29 RDEPEND="
30 - >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
31 + >=x11-libs/cairo-1.16.0[glib,svg,${MULTILIB_USEDEP}]
32 >=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
33 >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
34 >=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]