diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-14 11:36:47 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 11:36:47 -0400 |
commit | 53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c (patch) | |
tree | 7e9777a687f8d1d4ebe4a8e585ec01aa610ce627 /dev-build | |
parent | dev-python/jupyter-sphinx: enable py3.12 (diff) | |
download | guru-53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c.tar.gz guru-53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c.tar.bz2 guru-53a3d05bae7e1f5f5ba83b66f9c87cb5248e277c.zip |
dev-build/just: fix crate separator for "${P}", update SRC_URI
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/just/just-1.25.2.ebuild | 4 | ||||
-rw-r--r-- | dev-build/just/just-1.26.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-build/just/just-1.25.2.ebuild b/dev-build/just/just-1.25.2.ebuild index 19090f095..aa0b759da 100644 --- a/dev-build/just/just-1.25.2.ebuild +++ b/dev-build/just/just-1.25.2.ebuild @@ -144,7 +144,7 @@ CRATES=" windows_x86_64_msvc@0.52.4 yaml-rust@0.4.5 yansi@0.5.1 - ${P} + ${PN}@${PV} " inherit cargo shell-completion toolchain-funcs @@ -155,7 +155,7 @@ HOMEPAGE=" https://crates.io/crates/just https://github.com/casey/just " -SRC_URI="$(cargo_crate_uris ${CRATES})" +SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" diff --git a/dev-build/just/just-1.26.0.ebuild b/dev-build/just/just-1.26.0.ebuild index a28be7b39..0bcf62b69 100644 --- a/dev-build/just/just-1.26.0.ebuild +++ b/dev-build/just/just-1.26.0.ebuild @@ -144,7 +144,7 @@ CRATES=" windows_x86_64_msvc@0.52.5 winsafe@0.0.19 yansi@0.5.1 - ${P} + ${PN}@${PV} " inherit cargo shell-completion toolchain-funcs @@ -155,7 +155,7 @@ HOMEPAGE=" https://crates.io/crates/just https://github.com/casey/just " -SRC_URI="$(cargo_crate_uris ${CRATES})" +SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" |