aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <jauhien@gentoo.org>2014-11-12 23:35:21 +0100
committerJauhien Piatlicki (jauhien) <jauhien@gentoo.org>2014-11-12 23:35:21 +0100
commitebe338a34912599899c1103ee27de55d4bade65b (patch)
tree203115ea4d6578bd9c25d5dca3d01834ea20899b /dev-rust
parent[virtual/rust] add a virtual for the Rust compiler (diff)
downloadrust-ebe338a34912599899c1103ee27de55d4bade65b.tar.gz
rust-ebe338a34912599899c1103ee27de55d4bade65b.tar.bz2
rust-ebe338a34912599899c1103ee27de55d4bade65b.zip
[dev-rust/cargo] make cargo depend on virtual for Rust compiler
Diffstat (limited to 'dev-rust')
-rw-r--r--dev-rust/cargo/cargo-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-rust/cargo/cargo-9999.ebuild b/dev-rust/cargo/cargo-9999.ebuild
index a98031e..c0c58ab 100644
--- a/dev-rust/cargo/cargo-9999.ebuild
+++ b/dev-rust/cargo/cargo-9999.ebuild
@@ -17,7 +17,7 @@ IUSE=""
EGIT_REPO_URI="git://github.com/rust-lang/cargo.git"
-DEPEND=">=dev-lang/rust-999"
+DEPEND=">=virtual/rust-999"
RDEPEND="${DEPEND}"
src_configure() {