media-libs/compface: use dot-a.eclass

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

Closes: https://bugs.gentoo.org/958417
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-08-07 11:53:16 -04:00
parent eac4e63774
commit 1c207e714a
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -3,7 +3,7 @@
EAPI="8"
inherit autotools
inherit autotools dot-a
DESCRIPTION="Utilities and library to convert to/from X-Face format"
HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
@ -25,7 +25,13 @@ src_prepare() {
eautoreconf
}
src_configure() {
lto-guarantee-fat
default
}
src_install() {
default
strip-lto-bytecode
newbin xbm2xface{.pl,}
}