diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 14:42:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 14:42:05 +0000 |
commit | 6ec09e8f846381af94bd5ee7b74fcc53ab436795 (patch) | |
tree | 7311ffb62aa29b2bcc4a134b7904204086b91f9a /net-im/discord-bin | |
parent | net-im/skypeforlinux: depend on glibc[-clone3] (diff) | |
download | gentoo-6ec09e8f846381af94bd5ee7b74fcc53ab436795.tar.gz gentoo-6ec09e8f846381af94bd5ee7b74fcc53ab436795.tar.bz2 gentoo-6ec09e8f846381af94bd5ee7b74fcc53ab436795.zip |
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@gentoo.org>
Diffstat (limited to 'net-im/discord-bin')
-rw-r--r-- | net-im/discord-bin/discord-bin-0.0.16-r3.ebuild (renamed from net-im/discord-bin/discord-bin-0.0.16-r2.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
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 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 |