commit: e2aea64cc19a0fb0cf14862032fa4f139dadf371 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Feb 17 20:09:47 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Feb 17 20:24:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aea64c
net-im/discord-bin: remove clone3 check Seems to work fine with both old glibc-2.33 and glibc-2.34[clone3] Keep glibc dep itself given this is a prebuilt and can't work with alternate libcs. Closes: https://bugs.gentoo.org/827386 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-im/discord-bin/discord-bin-0.0.17.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/discord-bin/discord-bin-0.0.17.ebuild b/net-im/discord-bin/discord-bin-0.0.17.ebuild index 7fc011776a74..542c2a913ed1 100644 --- a/net-im/discord-bin/discord-bin-0.0.17.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.17.ebuild @@ -19,8 +19,6 @@ KEYWORDS="amd64" RESTRICT="mirror bindist" # libXScrnSaver is used through dlopen (bug #825370) -# Need to drop -clone3(+) from glibc once Electron is updated -# bug #819045, bug #827386 RDEPEND=" app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 @@ -33,7 +31,7 @@ RDEPEND=" media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus - || ( <sys-libs/glibc-2.34 >=sys-libs/glibc-2.34[-clone3(+)] ) + sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3
