From 02fb4a553ece65eb267eaf54b94776aabdbede05 Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Sun, 7 Apr 2024 11:44:37 +0200 Subject: [PATCH] dev-vcs/jj: provide path of workspace member to install Closes: https://bugs.gentoo.org/927984 Signed-off-by: Steffen Winter --- 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 +}