commit: 0cb2c9f251df9972f271b1094a970a89a54e4ea4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Mar 17 18:05:39 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Mar 17 18:05:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb2c9f2
net-im/skypeforlinux: Remove 'chrome-sandbox' binary * Users should enable the kernel options shown in pkg_setup() instead of relying on the deprecated suid sandbox. Closes: https://bugs.gentoo.org/692692 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...eforlinux-8.57.0.116.ebuild => skypeforlinux-8.57.0.116-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild b/net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild similarity index 94% rename from net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild index 9811daeb76d..6b1d41e5d34 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.57.0.116.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.57.0.116-r1.ebuild @@ -73,6 +73,10 @@ src_install() { dodir /opt cp -a usr/share/skypeforlinux "${D}"/opt || die + # remove chrome-sandbox binary, users should use kernel namespaces + # https://bugs.gentoo.org/692692#c18 + rm "${ED}"/opt/skypeforlinux/chrome-sandbox || die + dobin usr/bin/skypeforlinux dodoc usr/share/skypeforlinux/*.html
