summaryrefslogtreecommitdiff
path: root/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-20 12:08:19 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-20 12:08:19 -0400
commit35fcf2a70c2e3798e1b4ec2969788180dc8f1c77 (patch)
treedde584a22fe4c6791d3879ba61b60053fbc3038e /dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
parentdd8b4c8f5125f770cc696f280b12cbf3a21b8a8e (diff)
downloadppo-35fcf2a70c2e3798e1b4ec2969788180dc8f1c77.tar.xz
dev-util/rust-analyzer: ????????
Diffstat (limited to 'dev-util/rust-analyzer/rust-analyzer-20220718.ebuild')
-rw-r--r--dev-util/rust-analyzer/rust-analyzer-20220718.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
index 0bdf488..1e3443f 100644
--- a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
+++ b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
@@ -12,9 +12,9 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer"
else
KEYWORDS="~amd64"
- MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+ EGIT_COMMIT="${PV:0:4}-${PV:4:2}-${PV:6:2}"
EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer"
- EGIT_COMMIT="${MY_PV}"
+ SRC_URI="https://github.com/rust-analyzer/rust-analyzer/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris)"
fi
DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language"