diff options
author | Tomas Fabrizio Orsi <torsi@fi.uba.ar> | 2024-03-10 22:34:47 -0300 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2024-03-13 02:38:05 +0900 |
commit | 630f08369b13b4e2cc895705f02be362fdca3c72 (patch) | |
tree | d9c370ec9e45e5a4e650bfb9ebcab76ec33e930a /net-im/discord | |
parent | x11-terms/kitty: add 0.33.0 (diff) | |
download | gentoo-630f08369b13b4e2cc895705f02be362fdca3c72.tar.gz gentoo-630f08369b13b4e2cc895705f02be362fdca3c72.tar.bz2 gentoo-630f08369b13b4e2cc895705f02be362fdca3c72.zip |
net-im/discord: Added optfeature message regarding emoji support
Bug: https://bugs.gentoo.org/923148
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Closes: https://github.com/gentoo/gentoo/pull/35705
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'net-im/discord')
-rw-r--r-- | net-im/discord/discord-0.0.44-r1.ebuild (renamed from net-im/discord/discord-0.0.44.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/discord/discord-0.0.44.ebuild b/net-im/discord/discord-0.0.44-r1.ebuild index 34fc00ecd3c1..e6f47c627d39 100644 --- a/net-im/discord/discord-0.0.44.ebuild +++ b/net-im/discord/discord-0.0.44-r1.ebuild @@ -128,6 +128,8 @@ src_install() { pkg_postinst() { xdg_pkg_postinst + optfeature_header "Install the following packages for additional support:" optfeature "sound support" \ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire + optfeature "emoji support" media-fonts/noto-emoji } |