dev-libs/elfutils: fix automagic rpm dependency

It's only used for IMA verification of .rpms, so just disable it
unconditionally. If someone wants it, please file a bug.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-06 01:03:47 +01:00
parent 95450b8fae
commit 26cea7f9b2
2 changed files with 6 additions and 0 deletions

View File

@@ -109,6 +109,9 @@ src_configure() {
multilib_src_configure() {
unset LEX YACC
# Only for IMA verification of RPMs
export ac_cv_lib_rpm_headerGet=no
local myeconfargs=(
$(use_enable nls)
$(multilib_native_use_enable debuginfod)

View File

@@ -107,6 +107,9 @@ src_configure() {
multilib_src_configure() {
unset LEX YACC
# Only for IMA verification of RPMs
export ac_cv_lib_rpm_headerGet=no
local myeconfargs=(
$(use_enable nls)
$(multilib_native_use_enable debuginfod)