summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-03-03 10:46:19 +0300
committerMatt Turner <mattst88@gentoo.org>2021-03-06 21:02:28 -0500
commita5c72b43908238ae99bdf00a178434ed08be0c5c (patch)
treefff8c74443dc9e60edf84ba96c72968fdf154d6a /gnome-base
parentapp-office/scribus: Fix build with app-text/poppler-21.03.0 (diff)
downloadgentoo-a5c72b43908238ae99bdf00a178434ed08be0c5c.tar.gz
gentoo-a5c72b43908238ae99bdf00a178434ed08be0c5c.tar.bz2
gentoo-a5c72b43908238ae99bdf00a178434ed08be0c5c.zip
gnome-base/librsvg: Fix build error due to unset x11-libs/cairo[glib]
Packages starting v2.48 have `cairo-gobject` as a dependency. x11-libs/cairo must be built with USE=glib for librsvg to merge. Signed-off-by: Azat Bahawi <azahi@teknik.io> Closes: https://github.com/gentoo/gentoo/pull/19747 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/librsvg/librsvg-2.48.8.ebuild4
-rw-r--r--gnome-base/librsvg/librsvg-2.48.9.ebuild4
-rw-r--r--gnome-base/librsvg/librsvg-2.50.2.ebuild2
-rw-r--r--gnome-base/librsvg/librsvg-2.50.3.ebuild2
4 files changed, 6 insertions, 6 deletions
diff --git a/gnome-base/librsvg/librsvg-2.48.8.ebuild b/gnome-base/librsvg/librsvg-2.48.8.ebuild
index 5c9ac17f786f..bf7a18546644 100644
--- a/gnome-base/librsvg/librsvg-2.48.8.ebuild
+++ b/gnome-base/librsvg/librsvg-2.48.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.16.0[glib,${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.48.9.ebuild b/gnome-base/librsvg/librsvg-2.48.9.ebuild
index c5ec2752fa96..44a8879352b7 100644
--- a/gnome-base/librsvg/librsvg-2.48.9.ebuild
+++ b/gnome-base/librsvg/librsvg-2.48.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.16.0[glib,${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.50.2.ebuild b/gnome-base/librsvg/librsvg-2.50.2.ebuild
index 01b20ea0c5c2..04ae4816f37a 100644
--- a/gnome-base/librsvg/librsvg-2.50.2.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.2.ebuild
@@ -17,7 +17,7 @@ IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
- >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.16.0[glib,${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.50.3.ebuild b/gnome-base/librsvg/librsvg-2.50.3.ebuild
index 01b20ea0c5c2..04ae4816f37a 100644
--- a/gnome-base/librsvg/librsvg-2.50.3.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.3.ebuild
@@ -17,7 +17,7 @@ IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
- >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.16.0[glib,${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}]