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 4A1C21382C5 for ; Sun, 21 Feb 2021 05:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B95E08F4; Sun, 21 Feb 2021 05:21:53 +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 48FB4E08F4 for ; Sun, 21 Feb 2021 05:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 122D7335C16 for ; Sun, 21 Feb 2021 05:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8312B4EF for ; Sun, 21 Feb 2021 05:21:50 +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: <1613884907.60084b51fdf9b1c7c304235f4dd065ec442d5579.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: 60084b51fdf9b1c7c304235f4dd065ec442d5579 X-VCS-Branch: master Date: Sun, 21 Feb 2021 05:21:50 +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: caf45900-3a96-40fc-ad53-05571413422c X-Archives-Hash: ed77f6c003042f4cc631a84e29b3d70e commit: 60084b51fdf9b1c7c304235f4dd065ec442d5579 Author: Sam James gentoo org> AuthorDate: Sun Feb 21 05:21:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 21 05:21:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60084b51 sys-apps/firejail-lts: Keyword 0.9.56.2-r2 arm64, #769710 Signed-off-by: Sam James gentoo.org> sys-apps/firejail-lts/firejail-lts-0.9.56.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 697b10e9aa3..d1393ffd3dc 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 @@ -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 ~arm" +KEYWORDS="amd64 ~arm ~arm64" IUSE="apparmor +globalcfg +network +seccomp +suid +userns test +whitelist" RESTRICT="!test? ( test )"