diff options
author | Sam James <sam@gentoo.org> | 2021-07-12 01:57:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-12 01:57:18 +0100 |
commit | ed02360358889f7056be1a464a57ce879c26b208 (patch) | |
tree | 7aa42a96c7c8ed3f3cc8b76c652c558fd7faf785 /sys-apps | |
parent | dev-python/sphinxcontrib-trio: Keyword 1.1.2 arm64, #801520 (diff) | |
download | gentoo-ed02360358889f7056be1a464a57ce879c26b208.tar.gz gentoo-ed02360358889f7056be1a464a57ce879c26b208.tar.bz2 gentoo-ed02360358889f7056be1a464a57ce879c26b208.zip |
sys-apps/secilc: Keyword 3.2 arm64, #801046
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/secilc/secilc-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/secilc/secilc-3.2.ebuild b/sys-apps/secilc/secilc-3.2.ebuild index 5bb8db55a984..f77d113c66ba 100644 --- a/sys-apps/secilc/secilc-3.2.ebuild +++ b/sys-apps/secilc/secilc-3.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2" |