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 5DB44158020 for ; Tue, 18 Oct 2022 02:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9834EE0970; Tue, 18 Oct 2022 02:51:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CFEFE0970 for ; Tue, 18 Oct 2022 02:51:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C54F3410EF for ; Tue, 18 Oct 2022 02:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC355D7 for ; Tue, 18 Oct 2022 02:51:01 +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: <1666061454.d50f765c36427977a25bcf9e38ec5e3831aa2b0a.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.55.1.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d50f765c36427977a25bcf9e38ec5e3831aa2b0a X-VCS-Branch: master Date: Tue, 18 Oct 2022 02:51:01 +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: 8cd34464-fbe1-48df-9290-f1fccae4dbaf X-Archives-Hash: ca2fd3de8075490638e3d9747925d61e commit: d50f765c36427977a25bcf9e38ec5e3831aa2b0a Author: Sam James gentoo org> AuthorDate: Tue Oct 18 02:49:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 18 02:50:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50f765c gnome-base/librsvg: depend on virtual/rust[${MULTILIB_DEP}] This partly reverts commit 36466c82a723741800679d49c2c7b2c40e3a2d2a. We get incorrect upgrade orders for now until the linked PR is sorted out (profiles fixed). See: https://github.com/gentoo/gentoo/pull/20727 Signed-off-by: Sam James gentoo.org> gnome-base/librsvg/librsvg-2.55.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/librsvg/librsvg-2.55.1.ebuild b/gnome-base/librsvg/librsvg-2.55.1.ebuild index 9eeade9367b2..cc3754138332 100644 --- a/gnome-base/librsvg/librsvg-2.55.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.55.1.ebuild @@ -301,7 +301,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=virtual/rust-1.58 + >=virtual/rust-1.58[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf ${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')