From 9a5201f4e9ca888ae294251b850bc064afb07f42 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Jan 2025 07:10:43 +0000 Subject: [PATCH] sys-apps/zram-generator: Sync with Gentoo It's from Gentoo commit 6793472cfe0b763f8ab545d5acc3e24b0abf83e6. --- .../sys-apps/zram-generator/zram-generator-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/zram-generator/zram-generator-1.2.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/zram-generator/zram-generator-1.2.1.ebuild index c119e09b88..64656538fb 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/zram-generator/zram-generator-1.2.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/zram-generator/zram-generator-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -66,7 +66,7 @@ LICENSE="Apache-2.0" # Dependent crate licenses LICENSE+=" MIT Unicode-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" IUSE="+man" # TODO: Permission issue on 'test_cases' RESTRICT="test"