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 E94A21382C5 for ; Sun, 21 Feb 2021 05:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F4AE08E5; Sun, 21 Feb 2021 05:19:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 18216E08E5 for ; Sun, 21 Feb 2021 05:19:44 +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 201E7340FDC for ; Sun, 21 Feb 2021 05:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53F2B4F3 for ; Sun, 21 Feb 2021 05:19:40 +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: <1613884772.e2191c1cf80e91fcb364d9a089ecb588c1c4b623.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail-lts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild X-VCS-Directories: sys-apps/firejail-lts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2191c1cf80e91fcb364d9a089ecb588c1c4b623 X-VCS-Branch: master Date: Sun, 21 Feb 2021 05:19:40 +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: 781c8321-e542-4e8b-a01a-b23e75b29bf1 X-Archives-Hash: 7ae9d11ea27f9fd1f630b7d28d09fdd2 commit: e2191c1cf80e91fcb364d9a089ecb588c1c4b623 Author: Sam James gentoo org> AuthorDate: Sun Feb 21 05:19:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 21 05:19:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2191c1c sys-apps/firejail-lts: Keyword 0.9.56.2-r2 arm, #769710 Signed-off-by: Sam James gentoo.org> sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild b/sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild index 6cc506086b8..697b10e9aa3 100644 --- a/sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild +++ b/sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/netblue30/${MY_PN}/archive/${PV}-LTS.tar.gz -> ${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~arm" IUSE="apparmor +globalcfg +network +seccomp +suid +userns test +whitelist" RESTRICT="!test? ( test )"