diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 14:40:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 14:40:57 +0000 |
commit | fabfef0abe0e0661b29705f9357f31d32de512d2 (patch) | |
tree | 40a103c41f33c9cd72ba7123a55ed4e4c441ef77 /net-im | |
parent | sys-libs/glibc: allow disabling clone3 sysflag (breaks older Electron) (diff) | |
download | gentoo-fabfef0abe0e0661b29705f9357f31d32de512d2.tar.gz gentoo-fabfef0abe0e0661b29705f9357f31d32de512d2.tar.bz2 gentoo-fabfef0abe0e0661b29705f9357f31d32de512d2.zip |
net-im/skypeforlinux: 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/823790
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild index a44feb7c8927..224261273a21 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.78.0.161.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.78.0.161-r1.ebuild @@ -19,6 +19,8 @@ S="${WORKDIR}" QA_PREBUILT="*" RESTRICT="mirror bindist strip" #299368 +# Need to drop -clone3(-) from glibc once Electron is updated +# bug #823790 RDEPEND=" app-crypt/libsecret[${MULTILIB_USEDEP}] dev-libs/atk[${MULTILIB_USEDEP}] @@ -32,6 +34,7 @@ RDEPEND=" media-libs/libv4l[${MULTILIB_USEDEP}] net-print/cups[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] + sys-libs/glibc[-clone3(-)] sys-devel/gcc[cxx] virtual/ttf-fonts x11-libs/cairo[${MULTILIB_USEDEP}] |