aboutsummaryrefslogtreecommitdiff
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 /dev-rust
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 'dev-rust')
-rw-r--r--dev-rust/qt_generator/qt_generator-9999.ebuild3
-rw-r--r--dev-rust/rust-bindgen/rust-bindgen-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-rust/qt_generator/qt_generator-9999.ebuild b/dev-rust/qt_generator/qt_generator-9999.ebuild
index 468d03a..a20733c 100644
--- a/dev-rust/qt_generator/qt_generator-9999.ebuild
+++ b/dev-rust/qt_generator/qt_generator-9999.ebuild
@@ -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
EAPI=6
@@ -21,7 +21,6 @@ IUSE=""
CDEPEND="dev-db/sqlite"
DEPEND="${CDEPEND}
virtual/rust
-|| ( virtual/cargo dev-util/cargo-bin )
"
RDEPEND="${CDEPEND}
dev-qt/qtchooser
diff --git a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
index bd499be..491f423 100644
--- a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
+++ b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild
@@ -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
EAPI=5
@@ -17,7 +17,6 @@ IUSE=""
EGIT_REPO_URI="https://github.com/servo/rust-bindgen.git"
DEPEND=">=virtual/rust-999
- virtual/cargo
>=sys-devel/clang-3.4.2-r100:*
"
RDEPEND="${DEPEND}"