diff options
author | Sergey Shiryaev <sergey@shiryaev.pro> | 2018-02-21 10:23:08 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-21 09:16:19 +0100 |
commit | d9105e66471f2fa62c50a1caa1b1fb83c587d669 (patch) | |
tree | 768b84c4ae7001c4bea39d8b54de0e81bf078f6c /net-im | |
parent | sys-libs/ncurses: Removed old. (diff) | |
download | gentoo-d9105e66471f2fa62c50a1caa1b1fb83c587d669.tar.gz gentoo-d9105e66471f2fa62c50a1caa1b1fb83c587d669.tar.bz2 gentoo-d9105e66471f2fa62c50a1caa1b1fb83c587d669.zip |
net-im/mattermost-desktop-bin: fix bug 648340.
Closes: https://bugs.gentoo.org/648340
Closes: https://github.com/gentoo/gentoo/pull/7243
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 eb29944e4626..e72d213c8296 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}] |