aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMikhail Pukhlikov <cynede@gentoo.org>2020-01-31 10:45:30 +0400
committerMikhail Pukhlikov <cynede@gentoo.org>2020-01-31 10:46:07 +0400
commit91fa8fe1e54cfd4b25cae067a7b2ce40ef048024 (patch)
tree7fa543a866525abc4ddb503f9394588fa9252205 /eclass
parentdev-rust/cranelift-tools: update to v0.56.0 (diff)
downloadrust-91fa8fe1e54cfd4b25cae067a7b2ce40ef048024.tar.gz
rust-91fa8fe1e54cfd4b25cae067a7b2ce40ef048024.tar.bz2
rust-91fa8fe1e54cfd4b25cae067a7b2ce40ef048024.zip
drop virtual/cargo, update rust
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cargo.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index b1f2071..4e874f0 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: cargo.eclass
@@ -13,7 +13,7 @@ if [[ -z ${_CARGO_ECLASS} ]]; then
_CARGO_ECLASS=1
CARGO_DEPEND=""
-[[ ${CATEGORY}/${PN} != dev-util/cargo ]] && CARGO_DEPEND="virtual/cargo"
+[[ ${CATEGORY}/${PN} != dev-lang/rust ]] && CARGO_DEPEND="virtual/rust"
: ${CARGO_FETCH_CRATES:=not}