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:15:43 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-20 12:15:43 -0400
commitbb6b36eba4b6aaf79465fc894b51f11ed5c0852b (patch)
tree64db44b882e1b6a02b2c3f19abcd45d19d60f627 /dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
parent35fcf2a70c2e3798e1b4ec2969788180dc8f1c77 (diff)
downloadppo-bb6b36eba4b6aaf79465fc894b51f11ed5c0852b.tar.xz
even more attempts...
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 1e3443f..c6313bc 100644
--- a/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
+++ b/dev-util/rust-analyzer/rust-analyzer-20220718.ebuild
@@ -6,7 +6,7 @@ EAPI=8
CRATES="
"
-inherit cargo git-r3
+inherit cargox git-r3
if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer"
@@ -22,7 +22,7 @@ HOMEPAGE="https://rust-analyzer.github.io"
LICENSE="0BSD Apache-2.0 Artistic-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unlicense ZLIB"
RESTRICT="mirror"
-SLOT="0"
+SLOT="live"
IUSE=""
DEPEND="|| ( >=dev-lang/rust-1.57.0[rust-src] >=dev-lang/rust-bin-1.57.0[rust-src] )"