commit: 6ca028f2f9fad37043f6a6359060e73bd44636a5 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Nov 20 23:00:27 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Nov 20 23:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca028f2
net-im/discord-bin: re-add libXScrnSaver dependency It can work without it (dlopen), but the big red bar error doesn't make it sound this should be optional. Closes: https://bugs.gentoo.org/825370 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> .../{discord-bin-0.0.16-r1.ebuild => discord-bin-0.0.16-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild b/net-im/discord-bin/discord-bin-0.0.16-r2.ebuild similarity index 96% rename from net-im/discord-bin/discord-bin-0.0.16-r1.ebuild rename to net-im/discord-bin/discord-bin-0.0.16-r2.ebuild index dc38d87ff9f5..acef11e76adb 100644 --- a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.16-r2.ebuild @@ -18,6 +18,7 @@ SLOT="0" KEYWORDS="~amd64" RESTRICT="mirror bindist" +# libXScrnSaver is used through dlopen (bug #825370) RDEPEND=" app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 @@ -34,6 +35,7 @@ RDEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 + x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext
