Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Sat, 04 Mar 2023 01:15:36
Message-Id: 1677892214.b3bf46ed04855245d5bd40d1e35679954c22b1a7.mattst88@gentoo
1 commit: b3bf46ed04855245d5bd40d1e35679954c22b1a7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 01:10:14 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 01:10:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf46ed
7
8 x11-libs/gtk+: Require multilib libcloudproviders
9
10 Closes: https://bugs.gentoo.org/893390
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/gtk+/gtk+-3.24.36.ebuild | 2 +-
14 x11-libs/gtk+/gtk+-3.24.37.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/gtk+/gtk+-3.24.36.ebuild b/x11-libs/gtk+/gtk+-3.24.36.ebuild
18 index f184d909fff3..178c5f3ad51a 100644
19 --- a/x11-libs/gtk+/gtk+-3.24.36.ebuild
20 +++ b/x11-libs/gtk+/gtk+-3.24.36.ebuild
21 @@ -35,7 +35,7 @@ COMMON_DEPEND="
22 >=x11-libs/pango-1.44.0[introspection?,${MULTILIB_USEDEP}]
23 x11-misc/shared-mime-info
24
25 - cloudproviders? ( net-libs/libcloudproviders )
26 + cloudproviders? ( net-libs/libcloudproviders[${MULTILIB_USEDEP}] )
27 colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
28 cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
29 introspection? ( >=dev-libs/gobject-introspection-1.39:= )
30
31 diff --git a/x11-libs/gtk+/gtk+-3.24.37.ebuild b/x11-libs/gtk+/gtk+-3.24.37.ebuild
32 index 4ad85c6f286d..f9e974d28a51 100644
33 --- a/x11-libs/gtk+/gtk+-3.24.37.ebuild
34 +++ b/x11-libs/gtk+/gtk+-3.24.37.ebuild
35 @@ -33,7 +33,7 @@ COMMON_DEPEND="
36 >=x11-libs/pango-1.44.0[introspection?,${MULTILIB_USEDEP}]
37 x11-misc/shared-mime-info
38
39 - cloudproviders? ( net-libs/libcloudproviders )
40 + cloudproviders? ( net-libs/libcloudproviders[${MULTILIB_USEDEP}] )
41 colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
42 cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
43 introspection? ( >=dev-libs/gobject-introspection-1.39:= )