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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97234138239 for ; Thu, 18 Feb 2021 00:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C507EE0824; Thu, 18 Feb 2021 00:59:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC008E0824 for ; Thu, 18 Feb 2021 00:59:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7DD133BEBE for ; Thu, 18 Feb 2021 00:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FEA947 for ; Thu, 18 Feb 2021 00:59:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613609934.cedb5a6d8fd6a0954fe1a412bccbd39bf6aedfe9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/firejail/firejail-0.9.64.4.ebuild sys-apps/firejail/firejail-9999.ebuild X-VCS-Directories: sys-apps/firejail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cedb5a6d8fd6a0954fe1a412bccbd39bf6aedfe9 X-VCS-Branch: master Date: Thu, 18 Feb 2021 00:59:06 +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: 0a9a77ca-01a4-46dd-adcc-b8d3f7110c1a X-Archives-Hash: 6a1d9e191c511c708f26b45551305cc0 commit: cedb5a6d8fd6a0954fe1a412bccbd39bf6aedfe9 Author: Sam James gentoo org> AuthorDate: Thu Feb 18 00:58:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 18 00:58:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedb5a6d sys-apps/firejail: RESTRICT tests which fail in sandbox See bug and referenced GitHub PR for details. Bug: https://bugs.gentoo.org/769731 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-apps/firejail/firejail-0.9.64.4.ebuild | 4 +++- sys-apps/firejail/firejail-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/firejail/firejail-0.9.64.4.ebuild b/sys-apps/firejail/firejail-0.9.64.4.ebuild index 2e6485a43d8..1ac1202add6 100644 --- a/sys-apps/firejail/firejail-0.9.64.4.ebuild +++ b/sys-apps/firejail/firejail-0.9.64.4.ebuild @@ -22,7 +22,9 @@ HOMEPAGE="https://firejail.wordpress.com/" LICENSE="GPL-2" SLOT="0" IUSE="X apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network +private-home +suid test +userns +whitelist" -RESTRICT="!test? ( test )" +# Needs a lot of work to function within sandbox/portage +# bug #769731 +RESTRICT="test" RDEPEND="!sys-apps/firejail-lts apparmor? ( sys-libs/libapparmor ) diff --git a/sys-apps/firejail/firejail-9999.ebuild b/sys-apps/firejail/firejail-9999.ebuild index 7c0a516bf0c..bcd7e7b2926 100644 --- a/sys-apps/firejail/firejail-9999.ebuild +++ b/sys-apps/firejail/firejail-9999.ebuild @@ -22,7 +22,9 @@ HOMEPAGE="https://firejail.wordpress.com/" LICENSE="GPL-2" SLOT="0" IUSE="X apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network +private-home +suid test +userns +whitelist" -RESTRICT="!test? ( test )" +# Needs a lot of work to function within sandbox/portage +# bug #769731 +RESTRICT="test" RDEPEND="!sys-apps/firejail-lts apparmor? ( sys-libs/libapparmor )