Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Wed, 21 Feb 2018 08:16:29
Message-Id: 1519200979.d9105e66471f2fa62c50a1caa1b1fb83c587d669.monsieurp@gentoo
1 commit: d9105e66471f2fa62c50a1caa1b1fb83c587d669
2 Author: Sergey Shiryaev <sergey <AT> shiryaev <DOT> pro>
3 AuthorDate: Wed Feb 21 07:23:08 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 08:16:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9105e66
7
8 net-im/mattermost-desktop-bin: fix bug 648340.
9
10 Closes: https://bugs.gentoo.org/648340
11 Closes: https://github.com/gentoo/gentoo/pull/7243
12
13 net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index eb29944e462..e72d213c829 100644
18 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
19 +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
20 @@ -34,7 +34,7 @@ RDEPEND="
21 media-libs/freetype:2[${MULTILIB_USEDEP}]
22 net-print/cups:0[${MULTILIB_USEDEP}]
23 sys-apps/dbus:0[${MULTILIB_USEDEP}]
24 - sys-devel/gcc:6.4.0[${MULTILIB_USEDEP}]
25 + sys-devel/gcc[${MULTILIB_USEDEP}]
26 sys-libs/glibc:2.2[${MULTILIB_USEDEP}]
27 x11-libs/cairo:0[${MULTILIB_USEDEP}]
28 x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]