diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-08-22 00:20:06 +0200 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-08-22 00:20:06 +0200 |
commit | 58a61d135a2af872719e61d83591048c5b6e1e8d (patch) | |
tree | 3ec73c451198c3f8ec83d4302f714fcef51b4ab4 /dev-rust | |
parent | [dev-lang/rust] add message about slotting in pkg_postinst (diff) | |
download | rust-58a61d135a2af872719e61d83591048c5b6e1e8d.tar.gz rust-58a61d135a2af872719e61d83591048c5b6e1e8d.tar.bz2 rust-58a61d135a2af872719e61d83591048c5b6e1e8d.zip |
[dev-rust/cargo] fix rust dependency
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 1902393..0a5fcd0 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-9999" +DEPEND="~dev-lang/rust-9999" RDEPEND="${DEPEND}" src_configure() { |