summaryrefslogtreecommitdiff
path: root/dev-util
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
parent35fcf2a70c2e3798e1b4ec2969788180dc8f1c77 (diff)
downloadppo-bb6b36eba4b6aaf79465fc894b51f11ed5c0852b.tar.xz
even more attempts...
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rust-analyzer/Manifest2
-rw-r--r--dev-util/rust-analyzer/rust-analyzer-20220718.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest
index fe5b320..45b5144 100644
--- a/dev-util/rust-analyzer/Manifest
+++ b/dev-util/rust-analyzer/Manifest
@@ -1,2 +1,2 @@
DIST rust-analyzer-20220718.tar.gz 2300667 BLAKE2B a0daf1c24e682aa749364a28b891c0492440b80201cda9550dcd7d740b43d586ae76d3f02dd9677c5d8a10aef4a9737381eba3f635b7764c8a7f6e8352bbdf17 SHA512 1ae87782cc3a5131c6330c9b60a43efdaa48010be37a3acdfe35c1fd97117697aefb8a796a43799778431cc6f59678b7cdc94860fb23b4a8ceb41f981164e267
-EBUILD rust-analyzer-20220718.ebuild 1144 BLAKE2B fddf14c193140039e35a9744a029812f67f80c991a79c2b872dd031da1101a59d3ecce8b2ef4fd236116d278179663851d480ed3ff4d3931969e79950c20451a SHA512 8850062e55935b6b61c67e9a7bb84142b623186de43468c025daa3b92db46584c99f5a056a73fd1e9f05b5a161d6d597f30dc2d3b3d5c15117328e46411c125a
+EBUILD rust-analyzer-20220718.ebuild 1148 BLAKE2B 58b3b2ec6a919713f6d0928a1a08eb5d83c429227a8ca56b53b9064aaa9ff40474d677885fa93b6db6f99e243fac87f959f1426b7fb186ecdbc70f4cfbe74339 SHA512 1f05d5c1d0632e2a8ed24522037024679547c1173c69c47e0b447f5f0573b4d6ad08c88283884b6420e04d079c88432b612193c32e1dea10040190f60567b65e
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] )"