commit:     d0a7233591f81ad3eee68a1044ec1b06cd24fc9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 18:22:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 18:25:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a72335

gnome-base/librsvg: fix MissingUseDepDefault on cairo

Closes: https://bugs.gentoo.org/875923
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-base/librsvg/{librsvg-2.54.4.ebuild => librsvg-2.54.4-r1.ebuild} | 2 +-
 gnome-base/librsvg/{librsvg-2.54.5.ebuild => librsvg-2.54.5-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/librsvg/librsvg-2.54.4.ebuild 
b/gnome-base/librsvg/librsvg-2.54.4-r1.ebuild
similarity index 97%
rename from gnome-base/librsvg/librsvg-2.54.4.ebuild
rename to gnome-base/librsvg/librsvg-2.54.4-r1.ebuild
index 659e953dfd01..9a33e38920ad 100644
--- a/gnome-base/librsvg/librsvg-2.54.4.ebuild
+++ b/gnome-base/librsvg/librsvg-2.54.4-r1.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
 RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get 
into an infinite compilation sometimes, etc.
 
 RDEPEND="
-       >=x11-libs/cairo-1.16.0[glib,svg,${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}]

diff --git a/gnome-base/librsvg/librsvg-2.54.5.ebuild 
b/gnome-base/librsvg/librsvg-2.54.5-r1.ebuild
similarity index 97%
rename from gnome-base/librsvg/librsvg-2.54.5.ebuild
rename to gnome-base/librsvg/librsvg-2.54.5-r1.ebuild
index 5437b1fed3c2..7c2a1744d132 100644
--- a/gnome-base/librsvg/librsvg-2.54.5.ebuild
+++ b/gnome-base/librsvg/librsvg-2.54.5-r1.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
 RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get 
into an infinite compilation sometimes, etc.
 
 RDEPEND="
-       >=x11-libs/cairo-1.16.0[glib,svg,${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}]

Reply via email to