app-cdr/cuecue: use dot-a.eclass

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

Closes: https://bugs.gentoo.org/958459
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-08-04 21:48:22 -04:00
parent 39f95746b3
commit d991d7f854
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools toolchain-funcs
inherit autotools dot-a toolchain-funcs
DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@ -43,6 +43,7 @@ src_prepare() {
}
src_configure() {
lto-guarantee-fat
econf \
$(use_enable flac) \
$(use_enable mp3) \
@ -58,6 +59,7 @@ src_compile() {
src_install() {
default
strip-lto-bytecode
insinto /usr/include
doins src/libcuecue/cuecue.h