app-admin/integrit: use dot-a.eclass

... to avoid installing broken static libraries w/ LTO.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-06-30 12:41:05 -04:00
parent e8a46e8f61
commit 84cc08a1ff

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools
inherit autotools dot-a
MY_PV="${PV/_/-}"
@@ -38,6 +38,11 @@ src_prepare() {
touch ar-lib || die #775746
}
src_configure() {
lto-guarantee-fat
default
}
src_compile() {
emake
emake utils
@@ -67,6 +72,8 @@ src_install() {
# examples
dodoc -r examples
strip-lto-bytecode
}
pkg_postinst() {