From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4631B1382C5 for ; Sun, 7 Mar 2021 02:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F539E082B; Sun, 7 Mar 2021 02:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35073E082B for ; Sun, 7 Mar 2021 02:02:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D132533BEEA for ; Sun, 7 Mar 2021 02:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22ABA4F9 for ; Sun, 7 Mar 2021 02:02:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615082548.a5c72b43908238ae99bdf00a178434ed08be0c5c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/librsvg/librsvg-2.48.8.ebuild gnome-base/librsvg/librsvg-2.48.9.ebuild gnome-base/librsvg/librsvg-2.50.2.ebuild gnome-base/librsvg/librsvg-2.50.3.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a5c72b43908238ae99bdf00a178434ed08be0c5c X-VCS-Branch: master Date: Sun, 7 Mar 2021 02:02:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 773f4947-db84-4036-803d-b6a50a2dbd31 X-Archives-Hash: 2cb53bfd8436bd388b60edf12c1be271 commit: a5c72b43908238ae99bdf00a178434ed08be0c5c Author: Azat Bahawi teknik io> AuthorDate: Wed Mar 3 07:46:19 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 7 02:02:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c72b43 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 teknik.io> Closes: https://github.com/gentoo/gentoo/pull/19747 Signed-off-by: Matt Turner gentoo.org> gnome-base/librsvg/librsvg-2.48.8.ebuild | 4 ++-- gnome-base/librsvg/librsvg-2.48.9.ebuild | 4 ++-- gnome-base/librsvg/librsvg-2.50.2.ebuild | 2 +- gnome-base/librsvg/librsvg-2.50.3.ebuild | 2 +- 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 5c9ac17f786..bf7a1854664 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 c5ec2752fa9..44a8879352b 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 01b20ea0c5c..04ae4816f37 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 01b20ea0c5c..04ae4816f37 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}]