mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user