From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B632158041 for ; Sun, 7 Apr 2024 09:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68617E29EE; Sun, 7 Apr 2024 09:49:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BBA7E29EE for ; Sun, 7 Apr 2024 09:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30FEA3432DC for ; Sun, 7 Apr 2024 09:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD8214F8 for ; Sun, 7 Apr 2024 09:49:30 +0000 (UTC) From: "Steffen Winter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steffen Winter" Message-ID: <1712483317.02fb4a553ece65eb267eaf54b94776aabdbede05.stffn.mobil@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-0.14.0.ebuild X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: stffn.mobil X-VCS-Committer-Name: Steffen Winter X-VCS-Revision: 02fb4a553ece65eb267eaf54b94776aabdbede05 X-VCS-Branch: dev Date: Sun, 7 Apr 2024 09:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73d9024d-bb98-4d02-8c55-dc4a449d78e1 X-Archives-Hash: aa1b34dd10e0dcfc0c8c65431c47dfe6 commit: 02fb4a553ece65eb267eaf54b94776aabdbede05 Author: Steffen Winter proton me> AuthorDate: Sun Apr 7 09:44:37 2024 +0000 Commit: Steffen Winter freenet de> 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 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 +}