summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 19:22:12 +0100
committerSam James <sam@gentoo.org>2022-10-08 19:25:05 +0100
commitd0a7233591f81ad3eee68a1044ec1b06cd24fc9e (patch)
tree6024489fe07394f2c7682e9c64aee96fabc433f0
parentdev-ruby/rcairo: fix MissingUseDepDefault on cairo (diff)
downloadgentoo-d0a72335.tar.gz
gentoo-d0a72335.tar.bz2
gentoo-d0a72335.zip
gnome-base/librsvg: fix MissingUseDepDefault on cairo
Closes: https://bugs.gentoo.org/875923 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--gnome-base/librsvg/librsvg-2.54.4-r1.ebuild (renamed from gnome-base/librsvg/librsvg-2.54.4.ebuild)2
-rw-r--r--gnome-base/librsvg/librsvg-2.54.5-r1.ebuild (renamed from gnome-base/librsvg/librsvg-2.54.5.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
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
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}]