games-arcade/emilia-pinball: use dot-a.eclass

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

Closes: https://bugs.gentoo.org/959496
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-08-14 00:44:48 -04:00
parent 7745930186
commit e3188e9a5c
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -3,7 +3,7 @@
EAPI=8
inherit autotools desktop
inherit autotools desktop dot-a
MY_PN=${PN/emilia-/}
MY_P=${MY_PN}-${PV}
@ -51,6 +51,7 @@ src_prepare() {
}
src_configure() {
lto-guarantee-fat
econf --with-x
}
@ -60,6 +61,7 @@ src_compile() {
src_install() {
default
strip-lto-bytecode
find "${ED}" -type f -name '*.la' -delete || die
dosym pinball /usr/bin/emilia-pinball