commit: 4ef1fb3e0265389622f53c32d70d30d7a15fd1ef Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Oct 18 23:57:49 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Oct 19 00:46:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef1fb3e
net-im/discord-bin: add mesa[gbm(+)] dep, and apulse[sdk] option gbm flag is due to be removed but still need to specify for now wrt bug 722668, it suggested a wrapper but USE=sdk removes the need. Closes: https://bugs.gentoo.org/722668 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-im/discord-bin/discord-bin-0.0.16-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 index 36552f2d121..dc38d87ff9f 100644 --- a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/nspr dev-libs/nss media-libs/alsa-lib - media-libs/mesa + media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus x11-libs/cairo @@ -83,6 +83,7 @@ src_install() { } pkg_postinst() { - optfeature "sound support" media-sound/pulseaudio media-video/pipewire + optfeature "sound support" \ + media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire optfeature "system tray support" dev-libs/libappindicator }
