Files
guru/app-portage
Eric CHAVAL (NoBoDyZ) ac40019322 app-portage/gpkg: fix install with USE=debug (rev-bump)
cargo.eclass switches to dev profile when USE=debug is set, placing
binaries in target/debug/ instead of target/release/. The ebuild
hard-coded target/release/ paths in src_install, causing dobin to fail
when users had USE=debug enabled.

Use $(usex debug debug release) to pick the right output directory.

Closes: https://bugs.gentoo.org/975866
Signed-off-by: Eric CHAVAL (NoBoDyZ) <neotrax70@gmail.com>
2026-05-23 22:27:25 +02:00
..
2025-12-19 12:59:06 +01:00