diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-12 22:42:03 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-12 22:42:03 +0200 |
commit | e3dbc0912d99ef5296a59fe8e46af87f637196ed (patch) | |
tree | 3ecb163d2f8dd8cb1ce79073d73fb788b3779575 /sys-block | |
parent | dev-lang/mujs: Stabilize 1.3.4 x86, #926848 (diff) | |
download | gentoo-e3dbc0912d99ef5296a59fe8e46af87f637196ed.tar.gz gentoo-e3dbc0912d99ef5296a59fe8e46af87f637196ed.tar.bz2 gentoo-e3dbc0912d99ef5296a59fe8e46af87f637196ed.zip |
sys-block/zram-init: Stabilize 11.1 arm, #926855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/zram-init/zram-init-11.1.ebuild | 4 |
1 files 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" |