summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-26 09:18:31 +0100
committerSam James <sam@gentoo.org>2023-06-26 09:18:31 +0100
commitcca625246a9d977c2b24084fc85d16a7476d442c (patch)
tree9698095e219e24c33f48cd99cffd968ace51d154 /sys-block
parentmedia-sound/abcmidi: bump to 2023.06.25 (diff)
downloadgentoo-cca625246a9d977c2b24084fc85d16a7476d442c.tar.gz
gentoo-cca625246a9d977c2b24084fc85d16a7476d442c.tar.bz2
gentoo-cca625246a9d977c2b24084fc85d16a7476d442c.zip
sys-block/zram-init: Stabilize 11.1 ALLARCHES, #909149
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/zram-init/zram-init-11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/zram-init/zram-init-11.1.ebuild b/sys-block/zram-init/zram-init-11.1.ebuild
index f8d4f93e9610..5a98219d9bd6 100644
--- a/sys-block/zram-init/zram-init-11.1.ebuild
+++ b/sys-block/zram-init/zram-init-11.1.ebuild
@@ -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"