aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Winter <steffen.winter@proton.me>2024-04-07 11:44:37 +0200
committerSteffen Winter <steffen.winter@proton.me>2024-04-07 11:48:37 +0200
commit02fb4a553ece65eb267eaf54b94776aabdbede05 (patch)
treeb89255d8cca67f37922fd5da156d867e0298c73f
parentprofiles: Move mask of virtual/* packages to top of list (diff)
downloadguru-02fb4a553ece65eb267eaf54b94776aabdbede05.tar.gz
guru-02fb4a553ece65eb267eaf54b94776aabdbede05.tar.bz2
guru-02fb4a553ece65eb267eaf54b94776aabdbede05.zip
dev-vcs/jj: provide path of workspace member to install
Closes: https://bugs.gentoo.org/927984 Signed-off-by: Steffen Winter <steffen.winter@proton.me>
-rw-r--r--dev-vcs/jj/jj-0.14.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/jj/jj-0.14.0.ebuild b/dev-vcs/jj/jj-0.14.0.ebuild
index 68e9774c2..ae15e264d 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
+}