commit: f00072dd9ff68b6d8c71be69035230e9c1af25af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 21:03:26 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 21:03:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00072dd
sys-block/zram-init: Stabilize 13.0.1 ALLARCHES, #970473
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/zram-init/zram-init-13.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/zram-init/zram-init-13.0.1.ebuild
b/sys-block/zram-init/zram-init-13.0.1.ebuild
index 800c11683cfc..cce030fb1697 100644
--- a/sys-block/zram-init/zram-init-13.0.1.ebuild
+++ b/sys-block/zram-init/zram-init-13.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 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"