From b2855fb2ba71c8eae195161d3336aa649eeba6a8 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sat, 25 Apr 2026 10:17:45 +0200 Subject: [PATCH] sys-apps/utempter: set rpm.eclass var for reference rpm support Signed-off-by: Nicolas PARLANT Part-of: https://codeberg.org/gentoo/gentoo/pulls/736 Signed-off-by: Sam James --- sys-apps/utempter/utempter-0.5.5.6-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild b/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild index 2aa0edf8e4ab..a8bc360e156a 100644 --- a/sys-apps/utempter/utempter-0.5.5.6-r2.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.6-r2.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 @@ -6,6 +6,7 @@ EAPI=8 MY_PN="${P%.*}" MY_P="${MY_PN}-${PV##*.}" +RPM_COMPRESS_TYPE=none inherit flag-o-matic rpm toolchain-funcs DESCRIPTION="App that allows non-privileged apps to write utmp (login) info"