From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B9AB158096 for ; Sat, 27 Aug 2022 23:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2EEBE0A96; Sat, 27 Aug 2022 23:45:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6B4BE0A9E for ; Sat, 27 Aug 2022 23:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 338D23416D8 for ; Sat, 27 Aug 2022 19:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861BB548 for ; Sat, 27 Aug 2022 19:29:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1661628490.2d6c37fb8246955389f3c57544bebae341db8cbd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/zoom/zoom-5.11.9.4300-r2.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2d6c37fb8246955389f3c57544bebae341db8cbd X-VCS-Branch: master Date: Sat, 27 Aug 2022 19:29:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14c8ee71-b1e7-4340-a015-52835143122f X-Archives-Hash: 3e963eb362331cc7532096cf93732504 commit: 2d6c37fb8246955389f3c57544bebae341db8cbd Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 27 19:28:10 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 27 19:28:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6c37fb net-im/zoom: Check kernel configuration Bug: https://bugs.gentoo.org/866626#c2 Signed-off-by: Ulrich Müller gentoo.org> net-im/zoom/zoom-5.11.9.4300-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/zoom/zoom-5.11.9.4300-r2.ebuild b/net-im/zoom/zoom-5.11.9.4300-r2.ebuild index 691625353680..c3f8d46d259d 100644 --- a/net-im/zoom/zoom-5.11.9.4300-r2.ebuild +++ b/net-im/zoom/zoom-5.11.9.4300-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop readme.gentoo-r1 wrapper xdg-utils +inherit desktop linux-info readme.gentoo-r1 wrapper xdg-utils DESCRIPTION="Video conferencing and web conferencing service" HOMEPAGE="https://zoom.us/" @@ -77,6 +77,7 @@ RDEPEND="!games-engines/zoom BDEPEND="dev-util/bbe bundled-libjpeg-turbo? ( dev-util/patchelf )" +CONFIG_CHECK="~USER_NS ~PID_NS ~NET_NS ~SECCOMP_FILTER" QA_PREBUILT="opt/zoom/*" src_prepare() {