From d9105e66471f2fa62c50a1caa1b1fb83c587d669 Mon Sep 17 00:00:00 2001 From: Sergey Shiryaev Date: Wed, 21 Feb 2018 10:23:08 +0300 Subject: [PATCH] net-im/mattermost-desktop-bin: fix bug 648340. Closes: https://bugs.gentoo.org/648340 Closes: https://github.com/gentoo/gentoo/pull/7243 --- .../mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild index eb29944e46268..e72d213c82960 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild @@ -34,7 +34,7 @@ RDEPEND=" media-libs/freetype:2[${MULTILIB_USEDEP}] net-print/cups:0[${MULTILIB_USEDEP}] sys-apps/dbus:0[${MULTILIB_USEDEP}] - sys-devel/gcc:6.4.0[${MULTILIB_USEDEP}] + sys-devel/gcc[${MULTILIB_USEDEP}] sys-libs/glibc:2.2[${MULTILIB_USEDEP}] x11-libs/cairo:0[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]