commit: 59c0fa1c3d9d035373c80c8f23ae5555f6d0a1f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 04:24:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:24:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c0fa1c
sys-block/zram-init: Keyword 10.5 arm, #773115
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/zram-init/zram-init-10.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/zram-init/zram-init-10.5.ebuild
b/sys-block/zram-init/zram-init-10.5.ebuild
index c591f149b38..505a3654394 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"