diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2023-06-02 19:37:32 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-04 02:05:37 +0100 |
commit | 3178e86e4d43603f2c80585ec902bffc2341a5fd (patch) | |
tree | a566d357b41572ae88b4d97c98de130f724cd450 /eclass | |
parent | dev-python/pythran: Stabilize 0.13.1 arm, #907783 (diff) | |
download | gentoo-3178e86e4d43603f2c80585ec902bffc2341a5fd.tar.gz gentoo-3178e86e4d43603f2c80585ec902bffc2341a5fd.tar.bz2 gentoo-3178e86e4d43603f2c80585ec902bffc2341a5fd.zip |
cargo.eclass: correct gitlab archive endpoint
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31273
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cargo.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 48af961943d8..272e9e6dcad4 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -209,7 +209,7 @@ cargo_crate_uris() { https://gitlab.com/*) repo_ext=".gl" repo_name="${crate_uri##*/}" - crate_uri="${crate_uri%/}/archive/-/%commit%/${repo_name}/%commit%.tar.gz" + crate_uri="${crate_uri%/}/-/archive/%commit%/${repo_name}-%commit%.tar.gz" ;; *) repo_ext= |