diff options
author | Jauhien Piatlicki (jauhien) <jauhien@gentoo.org> | 2014-11-12 23:35:21 +0100 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <jauhien@gentoo.org> | 2014-11-12 23:35:21 +0100 |
commit | ebe338a34912599899c1103ee27de55d4bade65b (patch) | |
tree | 203115ea4d6578bd9c25d5dca3d01834ea20899b /dev-rust | |
parent | [virtual/rust] add a virtual for the Rust compiler (diff) | |
download | rust-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.ebuild | 2 |
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() { |