Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/
Date: Tue, 19 Oct 2021 00:55:34
Message-Id: 1634604375.4ef1fb3e0265389622f53c32d70d30d7a15fd1ef.ionen@gentoo
1 commit: 4ef1fb3e0265389622f53c32d70d30d7a15fd1ef
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 18 23:57:49 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 00:46:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef1fb3e
7
8 net-im/discord-bin: add mesa[gbm(+)] dep, and apulse[sdk] option
9
10 gbm flag is due to be removed but still need to specify for now
11
12 wrt bug 722668, it suggested a wrapper but USE=sdk removes the need.
13
14 Closes: https://bugs.gentoo.org/722668
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 net-im/discord-bin/discord-bin-0.0.16-r1.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild b/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild
21 index 36552f2d121..dc38d87ff9f 100644
22 --- a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild
23 +++ b/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild
24 @@ -27,7 +27,7 @@ RDEPEND="
25 dev-libs/nspr
26 dev-libs/nss
27 media-libs/alsa-lib
28 - media-libs/mesa
29 + media-libs/mesa[gbm(+)]
30 net-print/cups
31 sys-apps/dbus
32 x11-libs/cairo
33 @@ -83,6 +83,7 @@ src_install() {
34 }
35
36 pkg_postinst() {
37 - optfeature "sound support" media-sound/pulseaudio media-video/pipewire
38 + optfeature "sound support" \
39 + media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire
40 optfeature "system tray support" dev-libs/libappindicator
41 }