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: Sun, 18 Apr 2021 15:50:53
Message-Id: 1618761045.7c4fed9d6113ae1efba45a1a0909d122704324d8.mattst88@gentoo
1 commit: 7c4fed9d6113ae1efba45a1a0909d122704324d8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 15:50:22 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 15:50:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4fed9d
7
8 gnome-base/librsvg: Move virtual/rust to DEPEND
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/librsvg/librsvg-2.50.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gnome-base/librsvg/librsvg-2.50.4.ebuild b/gnome-base/librsvg/librsvg-2.50.4.ebuild
16 index 938cee0ad54..5f218c15a4d 100644
17 --- a/gnome-base/librsvg/librsvg-2.50.4.ebuild
18 +++ b/gnome-base/librsvg/librsvg-2.50.4.ebuild
19 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
20 IUSE="+introspection +vala"
21 REQUIRED_USE="vala? ( introspection )"
22
23 -DEPEND="
24 +RDEPEND="
25 >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
26 >=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
27 >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
28 @@ -27,7 +27,7 @@ DEPEND="
29
30 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
31 "
32 -RDEPEND="${DEPEND}
33 +DEPEND="${RDEPEND}
34 >=virtual/rust-1.40[${MULTILIB_USEDEP}]
35 "
36 BDEPEND="