Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/slack/
Date: Mon, 28 Nov 2022 13:49:36
Message-Id: 1669643369.0328dbab456f04c57b286cf93235f7323c7c5a0f.juippis@gentoo
1 commit: 0328dbab456f04c57b286cf93235f7323c7c5a0f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 13:43:36 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 13:49:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0328dbab
7
8 net-im/slack: add wayland dep to 4.28
9
10 * QA Notice: Unresolved soname dependencies:
11 *
12 * /opt/slack/libGLESv2.so: libwayland-client.so.0
13
14 - the wayland use flag still controls whether it's being used or not, but the
15 binary package is clearly linking against wayland.
16
17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
18
19 net-im/slack/slack-4.28.182.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/net-im/slack/slack-4.28.182.ebuild b/net-im/slack/slack-4.28.182.ebuild
23 index 456821a8ac4a..a86a2dca4c1b 100644
24 --- a/net-im/slack/slack-4.28.182.ebuild
25 +++ b/net-im/slack/slack-4.28.182.ebuild
26 @@ -24,6 +24,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
27 dev-libs/glib:2[${MULTILIB_USEDEP}]
28 dev-libs/nspr:0[${MULTILIB_USEDEP}]
29 dev-libs/nss:0[${MULTILIB_USEDEP}]
30 + dev-libs/wayland[${MULTILIB_USEDEP}]
31 media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
32 media-libs/mesa:0[${MULTILIB_USEDEP}]
33 net-print/cups:0[${MULTILIB_USEDEP}]