commit: 02fb4a553ece65eb267eaf54b94776aabdbede05 Author: Steffen Winter <steffen.winter <AT> proton <DOT> me> AuthorDate: Sun Apr 7 09:44:37 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun Apr 7 09:48:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02fb4a55
dev-vcs/jj: provide path of workspace member to install Closes: https://bugs.gentoo.org/927984 Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me> dev-vcs/jj/jj-0.14.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-vcs/jj/jj-0.14.0.ebuild b/dev-vcs/jj/jj-0.14.0.ebuild index 68e9774c23..ae15e264d1 100644 --- a/dev-vcs/jj/jj-0.14.0.ebuild +++ b/dev-vcs/jj/jj-0.14.0.ebuild @@ -377,3 +377,7 @@ KEYWORDS="~amd64" # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / QA_FLAGS_IGNORED="usr/bin/${PN}" + +src_install() { + cargo_src_install --path cli +}