From 59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Mar 2021 04:24:47 +0000 Subject: sys-block/zram-init: Keyword 10.5 arm, #773115 Signed-off-by: Sam James --- sys-block/zram-init/zram-init-10.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block/zram-init') diff --git a/sys-block/zram-init/zram-init-10.5.ebuild b/sys-block/zram-init/zram-init-10.5.ebuild index c591f149b38a..505a36543945 100644 --- a/sys-block/zram-init/zram-init-10.5.ebuild +++ b/sys-block/zram-init/zram-init-10.5.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 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/vaeth/${PN}.git" else SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad