i486 profile now inherits wd40.
i686 profile is not actually affected, but overlay currently does not
support per-profile masking, so the entire x86 keyword is dropped.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Remove ${PN} from SRC_URI
Use cargo_src_configure to propagate `--features all` to all cargo*
functions
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Speed up cargo eclass SRC_URI generation
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>
CFLAGS/LDFLAGS won't be respected since the application is written
in Rust.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>