media-libs/libsdl2: fix dot-a.eclass usage

This package has USE=static-libs, so we need to prompt it with "${ED}"
to strip bytecode.

Fixes: af83cdda1378eaa8c8521d92c7d15efc3210e443
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-06-09 15:18:51 -04:00
parent 353119ca6d
commit ed625ebb88
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57
2 changed files with 2 additions and 2 deletions

View File

@ -212,5 +212,5 @@ multilib_src_install_all() {
rm -r "${ED}"/usr/share/licenses/ || die
dodoc {BUGS,CREDITS,README-SDL,TODO,WhatsNew}.txt README.md docs/README*.md
use doc && dodoc -r docs/output/html/
strip-lto-bytecode
strip-lto-bytecode "${ED}"
}

View File

@ -212,5 +212,5 @@ multilib_src_install_all() {
rm -r "${ED}"/usr/share/licenses/ || die
dodoc {BUGS,CREDITS,README-SDL,TODO,WhatsNew}.txt README.md docs/README*.md
use doc && dodoc -r docs/output/html/
strip-lto-bytecode
strip-lto-bytecode "${ED}"
}