Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/
Date: Wed, 01 Dec 2021 14:42:24
Message-Id: 1638369725.6ec09e8f846381af94bd5ee7b74fcc53ab436795.sam@gentoo
1 commit: 6ec09e8f846381af94bd5ee7b74fcc53ab436795
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 14:42:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 14:42:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec09e8f
7
8 net-im/discord-bin: depend on glibc[-clone3]
9
10 Uses an older version of Electron which breaks when the clone3 syscall is used
11 internally within glibc.
12
13 Bug: https://bugs.gentoo.org/819045
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{discord-bin-0.0.16-r2.ebuild => discord-bin-0.0.16-r3.ebuild} | 3 +++
17 1 file changed, 3 insertions(+)
18
19 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
20 similarity index 95%
21 rename from net-im/discord-bin/discord-bin-0.0.16-r2.ebuild
22 rename to net-im/discord-bin/discord-bin-0.0.16-r3.ebuild
23 index acef11e76adb..a78df64c326b 100644
24 --- a/net-im/discord-bin/discord-bin-0.0.16-r2.ebuild
25 +++ b/net-im/discord-bin/discord-bin-0.0.16-r3.ebuild
26 @@ -19,6 +19,8 @@ KEYWORDS="~amd64"
27 RESTRICT="mirror bindist"
28
29 # libXScrnSaver is used through dlopen (bug #825370)
30 +# Need to drop -clone3(-) from glibc once Electron is updated
31 +# bug #819045
32 RDEPEND="
33 app-accessibility/at-spi2-atk:2
34 app-accessibility/at-spi2-core:2
35 @@ -31,6 +33,7 @@ RDEPEND="
36 media-libs/mesa[gbm(+)]
37 net-print/cups
38 sys-apps/dbus
39 + sys-libs/glibc[-clone3(-)]
40 x11-libs/cairo
41 x11-libs/gdk-pixbuf:2
42 x11-libs/gtk+:3