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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66040158096 for ; Sat, 8 Oct 2022 18:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09381E0870; Sat, 8 Oct 2022 18:25:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E856EE0870 for ; Sat, 8 Oct 2022 18:25:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33814340D59 for ; Sat, 8 Oct 2022 18:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E4E614 for ; Sat, 8 Oct 2022 18:25:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665253505.d0a7233591f81ad3eee68a1044ec1b06cd24fc9e.sam@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.54.4-r1.ebuild gnome-base/librsvg/librsvg-2.54.4.ebuild gnome-base/librsvg/librsvg-2.54.5-r1.ebuild gnome-base/librsvg/librsvg-2.54.5.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0a7233591f81ad3eee68a1044ec1b06cd24fc9e X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:25:32 +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: cacef98d-0306-4d04-a0e5-0523e5b480b1 X-Archives-Hash: b049442129ba08ae336364ba82b363d0 commit: d0a7233591f81ad3eee68a1044ec1b06cd24fc9e Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:22:12 2022 +0000 Commit: Sam James gentoo 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 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}]