diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-03 20:10:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-03 20:10:14 -0500 |
commit | b3bf46ed04855245d5bd40d1e35679954c22b1a7 (patch) | |
tree | 501cb402df7433d7081d4a624eafc7b193c08248 /x11-libs/gtk+ | |
parent | net-libs/libcloudproviders: Add multilib support (diff) | |
download | gentoo-b3bf46ed04855245d5bd40d1e35679954c22b1a7.tar.gz gentoo-b3bf46ed04855245d5bd40d1e35679954c22b1a7.tar.bz2 gentoo-b3bf46ed04855245d5bd40d1e35679954c22b1a7.zip |
x11-libs/gtk+: Require multilib libcloudproviders
Closes: https://bugs.gentoo.org/893390
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.36.ebuild | 2 | ||||
-rw-r--r-- | 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:= ) |