commit: e3dbc0912d99ef5296a59fe8e46af87f637196ed
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 20:42:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 20:42:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dbc091
sys-block/zram-init: Stabilize 11.1 arm, #926855
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-block/zram-init/zram-init-11.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/zram-init/zram-init-11.1.ebuild
b/sys-block/zram-init/zram-init-11.1.ebuild
index 5a98219d9bd6..d90e78958f98 100644
--- a/sys-block/zram-init/zram-init-11.1.ebuild
+++ b/sys-block/zram-init/zram-init-11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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 ~arm arm64 ppc ppc64 ~riscv x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
fi
LICENSE="GPL-2"