while emerging: warning: Using `cargo install` to install the binaries for the package in current working directory is deprecated, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package.
it's jsut a warning for now but it'll fail with future versions of rust/cargo. I'm working on cargo.eclass changes. https://github.com/gentoo/gentoo/pull/10725 (also posted on dev ml) So we can pass extra opts to eclass function instead of writing own src_install as soon as it hits the tree I'll fix this warning in the package.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620bec70447c7e4c3787737783f9715a969980ec commit 620bec70447c7e4c3787737783f9715a969980ec Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2019-01-08 22:55:25 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2019-01-08 23:40:25 +0000 sys-apps/bat: switch to cargo.eclass func args Closes: https://bugs.gentoo.org/674744 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> sys-apps/bat/bat-0.9.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)