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 E566D158010 for ; Wed, 11 Jan 2023 16:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF18CE0BFC; Wed, 11 Jan 2023 16:46:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B0487E0C53 for ; Wed, 11 Jan 2023 16:46:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C736E340821 for ; Wed, 11 Jan 2023 16:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0952A76A for ; Wed, 11 Jan 2023 16:46:20 +0000 (UTC) From: "YOSHIOKA Takuma" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "YOSHIOKA Takuma" Message-ID: <1673455540.4e6ab108c22d2ae3500edda1343a49f1bf3633ad.YOSHIOKATakuma@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watchexec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/watchexec/watchexec-1.21.0.ebuild X-VCS-Directories: app-misc/watchexec/ X-VCS-Committer: YOSHIOKATakuma X-VCS-Committer-Name: YOSHIOKA Takuma X-VCS-Revision: 4e6ab108c22d2ae3500edda1343a49f1bf3633ad X-VCS-Branch: dev Date: Wed, 11 Jan 2023 16:46:20 +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: b56194e5-1096-423f-bab5-6e1b12393937 X-Archives-Hash: 797e3f80c810ced9f4f47236d77c949e commit: 4e6ab108c22d2ae3500edda1343a49f1bf3633ad Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Wed Jan 11 16:45:40 2023 +0000 Commit: YOSHIOKA Takuma hard-wi red> CommitDate: Wed Jan 11 16:45:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e6ab108 app-misc/watchexec: fix source directory path Closes: https://bugs.gentoo.org/890389 Signed-off-by: YOSHIOKA Takuma hard-wi.red> app-misc/watchexec/watchexec-1.21.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-misc/watchexec/watchexec-1.21.0.ebuild b/app-misc/watchexec/watchexec-1.21.0.ebuild index 9426909c8..08e99dc8c 100644 --- a/app-misc/watchexec/watchexec-1.21.0.ebuild +++ b/app-misc/watchexec/watchexec-1.21.0.ebuild @@ -322,7 +322,6 @@ KEYWORDS="~amd64 ~x86" # Prevent portage from trying to fetch bunch of *.crate from mirror despite they are not mirrored. RESTRICT="mirror" -S="${WORKDIR}/${PN}-cli-v${PV}" DOCS=( crates/cli/README.md ) HTML_DOCS=( doc/watchexec.1.html ) @@ -339,7 +338,7 @@ src_test() { } src_install() { - cargo_src_install --path crates/cli + cargo_src_install --path "${S}"/crates/cli einstalldocs doman doc/watchexec.1