commit: dc7b29f530b02c4fa72e9a2d7edb2a19a3cae281 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 11:11:07 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 11:11:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7b29f5
net-im/teams: Add kernel features check Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org> ...ams-1.3.00.30857.ebuild => teams-1.3.00.30857-r1.ebuild} | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/net-im/teams/teams-1.3.00.30857.ebuild b/net-im/teams/teams-1.3.00.30857-r1.ebuild similarity index 93% rename from net-im/teams/teams-1.3.00.30857.ebuild rename to net-im/teams/teams-1.3.00.30857-r1.ebuild index 6f18946cc3f..93fe30a5e8b 100644 --- a/net-im/teams/teams-1.3.00.30857.ebuild +++ b/net-im/teams/teams-1.3.00.30857-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop unpacker xdg-utils +inherit desktop unpacker xdg-utils chromium-2 DESCRIPTION="Microsoft Teams, an Office 365 multimedia collaboration client, pre-release" HOMEPAGE="https://products.office.com/en-us/microsoft-teams/group-chat-software/" @@ -59,6 +59,15 @@ RDEPEND=" S="${WORKDIR}" +pkg_pretend() { + chromium_suid_sandbox_check_kernel_config +} + +src_configure() { + chromium_suid_sandbox_check_kernel_config + default +} + src_install() { rm _gpgorigin || die doins -r .
