From 4f352412148e24b9af509be24795bc2889bdff9f Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sun, 26 Apr 2026 18:13:35 +0200 Subject: [PATCH] sys-boot/shim: set rpm.eclass var for reference rpm support Closes: https://bugs.gentoo.org/973262 Signed-off-by: Nicolas PARLANT Part-of: https://codeberg.org/gentoo/gentoo/pulls/736 Merges: https://codeberg.org/gentoo/gentoo/pulls/736 Signed-off-by: Sam James --- sys-boot/shim/shim-15.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/shim/shim-15.8.ebuild b/sys-boot/shim/shim-15.8.ebuild index 979b7eecca7c..843e7c262c15 100644 --- a/sys-boot/shim/shim-15.8.ebuild +++ b/sys-boot/shim/shim-15.8.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +RPM_COMPRESS_TYPE=zstd inherit rpm secureboot DESCRIPTION="Fedora's signed UEFI shim"