diff options
author | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2023-08-31 05:39:16 +0900 |
---|---|---|
committer | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2023-08-31 05:39:16 +0900 |
commit | a460c050e612ce0c81d3a3023544108f6df9bacb (patch) | |
tree | 19360ebb4ae321934ef14a1c5c2c71aa05219920 /app-misc/watchexec/watchexec-1.22.3.ebuild | |
parent | app-misc/watchexec: drop versions (diff) | |
download | guru-a460c050e612ce0c81d3a3023544108f6df9bacb.tar.gz guru-a460c050e612ce0c81d3a3023544108f6df9bacb.tar.bz2 guru-a460c050e612ce0c81d3a3023544108f6df9bacb.zip |
app-misc/watchexec: use `$CARGO_CRATE_URIS` for crate URIs
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
Diffstat (limited to 'app-misc/watchexec/watchexec-1.22.3.ebuild')
-rw-r--r-- | app-misc/watchexec/watchexec-1.22.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/watchexec/watchexec-1.22.3.ebuild b/app-misc/watchexec/watchexec-1.22.3.ebuild index a184a8774..82776dd47 100644 --- a/app-misc/watchexec/watchexec-1.22.3.ebuild +++ b/app-misc/watchexec/watchexec-1.22.3.ebuild @@ -429,7 +429,7 @@ inherit cargo shell-completion DESCRIPTION="Executes commands in response to file modifications" HOMEPAGE="https://github.com/watchexec/watchexec" SRC_URI="https://github.com/watchexec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" $(cargo_crate_uris)" +SRC_URI+=" ${CARGO_CRATE_URIS}" # `dunce`: CC0-1.0 # `human_format`: MIT |