From e3dbc0912d99ef5296a59fe8e46af87f637196ed Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 12 Mar 2024 22:42:03 +0200 Subject: sys-block/zram-init: Stabilize 11.1 arm, #926855 Signed-off-by: Arthur Zamarin --- sys-block/zram-init/zram-init-11.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block') 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" -- cgit v1.2.3-65-gdbad