commit:     6ec09e8f846381af94bd5ee7b74fcc53ab436795
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  1 14:42:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  1 14:42:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec09e8f

net-im/discord-bin: depend on glibc[-clone3]

Uses an older version of Electron which breaks when the clone3 syscall is used
internally within glibc.

Bug: https://bugs.gentoo.org/819045
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{discord-bin-0.0.16-r2.ebuild => discord-bin-0.0.16-r3.ebuild}     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-im/discord-bin/discord-bin-0.0.16-r2.ebuild 
b/net-im/discord-bin/discord-bin-0.0.16-r3.ebuild
similarity index 95%
rename from net-im/discord-bin/discord-bin-0.0.16-r2.ebuild
rename to net-im/discord-bin/discord-bin-0.0.16-r3.ebuild
index acef11e76adb..a78df64c326b 100644
--- a/net-im/discord-bin/discord-bin-0.0.16-r2.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.16-r3.ebuild
@@ -19,6 +19,8 @@ KEYWORDS="~amd64"
 RESTRICT="mirror bindist"
 
 # libXScrnSaver is used through dlopen (bug #825370)
+# Need to drop -clone3(-) from glibc once Electron is updated
+# bug #819045
 RDEPEND="
        app-accessibility/at-spi2-atk:2
        app-accessibility/at-spi2-core:2
@@ -31,6 +33,7 @@ RDEPEND="
        media-libs/mesa[gbm(+)]
        net-print/cups
        sys-apps/dbus
+       sys-libs/glibc[-clone3(-)]
        x11-libs/cairo
        x11-libs/gdk-pixbuf:2
        x11-libs/gtk+:3

Reply via email to