commit: 980b08e65b2e0d63ac986022a1a558a79577eb65 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Sep 12 10:33:54 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Sep 12 10:40:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980b08e6
x11-libs/gtk+-3.24.0: fix minimum glib dep Closes: https://bugs.gentoo.org/665592 Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-libs/gtk+/gtk+-3.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.24.0.ebuild b/x11-libs/gtk+/gtk+-3.24.0.ebuild index ca759ea53d6..dfe5d458286 100644 --- a/x11-libs/gtk+/gtk+-3.24.0.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.0.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" # bug #???? COMMON_DEPEND=" >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] - >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}] media-libs/fontconfig[${MULTILIB_USEDEP}] >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
