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 5822A159D9E for ; Sat, 4 Mar 2023 01:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DBC6E07B3; Sat, 4 Mar 2023 01:15:34 +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 02105E07B3 for ; Sat, 4 Mar 2023 01:15:33 +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 DC8C7340BE0 for ; Sat, 4 Mar 2023 01:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 190788B7 for ; Sat, 4 Mar 2023 01:15:31 +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: <1677892214.b3bf46ed04855245d5bd40d1e35679954c22b1a7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.36.ebuild x11-libs/gtk+/gtk+-3.24.37.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b3bf46ed04855245d5bd40d1e35679954c22b1a7 X-VCS-Branch: master Date: Sat, 4 Mar 2023 01:15:31 +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: cb6d5c8e-fc9b-4700-aa84-3f133c102e62 X-Archives-Hash: 6d6eb7e68495d18d55e2b9ce35a262fc commit: b3bf46ed04855245d5bd40d1e35679954c22b1a7 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 4 01:10:14 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 4 01:10:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf46ed x11-libs/gtk+: Require multilib libcloudproviders Closes: https://bugs.gentoo.org/893390 Signed-off-by: Matt Turner gentoo.org> x11-libs/gtk+/gtk+-3.24.36.ebuild | 2 +- x11-libs/gtk+/gtk+-3.24.37.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.24.36.ebuild b/x11-libs/gtk+/gtk+-3.24.36.ebuild index f184d909fff3..178c5f3ad51a 100644 --- a/x11-libs/gtk+/gtk+-3.24.36.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.36.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" >=x11-libs/pango-1.44.0[introspection?,${MULTILIB_USEDEP}] x11-misc/shared-mime-info - cloudproviders? ( net-libs/libcloudproviders ) + cloudproviders? ( net-libs/libcloudproviders[${MULTILIB_USEDEP}] ) colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) diff --git a/x11-libs/gtk+/gtk+-3.24.37.ebuild b/x11-libs/gtk+/gtk+-3.24.37.ebuild index 4ad85c6f286d..f9e974d28a51 100644 --- a/x11-libs/gtk+/gtk+-3.24.37.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.37.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" >=x11-libs/pango-1.44.0[introspection?,${MULTILIB_USEDEP}] x11-misc/shared-mime-info - cloudproviders? ( net-libs/libcloudproviders ) + cloudproviders? ( net-libs/libcloudproviders[${MULTILIB_USEDEP}] ) colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= )