Since 375da3684e685c6fd8367ffcf37e090526d55e4d, cargo eclass sets
CARGO_BUILD_TARGET, which allows us to drop all logic related to
`--target`.
Fix /path/to/to-be-installed-lib.a for debug builds
Closes: https://bugs.gentoo.org/901139
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
From the PMS:
> mirror
> The package’s SRC_URI entries may not be mirrored, and
> mirrors should not be checked when fetching.
The crate dependencies may very well be mirrored, judging by their
licenses. To fetch distfiles from their original locations immediately,
set `GENTOO_MIRRORS=`.
https://devmanual.gentoo.org/general-concepts/manifest/#generating-the-manifest
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
ac817be5fd5756bcd017e41321cf5731cd291c54 introduced the @ separator for
crates and ${CARGO_CRATE_URIS} to speed up SRC_URI generation.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>