summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-03-03 20:10:14 -0500
committerMatt Turner <mattst88@gentoo.org>2023-03-03 20:10:14 -0500
commitb3bf46ed04855245d5bd40d1e35679954c22b1a7 (patch)
tree501cb402df7433d7081d4a624eafc7b193c08248
parentnet-libs/libcloudproviders: Add multilib support (diff)
downloadgentoo-b3bf46ed.tar.gz
gentoo-b3bf46ed.tar.bz2
gentoo-b3bf46ed.zip
x11-libs/gtk+: Require multilib libcloudproviders
Closes: https://bugs.gentoo.org/893390 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/gtk+/gtk+-3.24.36.ebuild2
-rw-r--r--x11-libs/gtk+/gtk+-3.24.37.ebuild2
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:= )