sys-apps/utempter: set rpm.eclass var for reference rpm support

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/736
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2026-04-25 10:17:45 +02:00
committed by Sam James
parent 0273df39a0
commit b2855fb2ba
+2 -1
View File
@@ -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"