diff options
author | o01eg <o01eg@yandex.ru> | 2019-01-10 05:57:10 +0300 |
---|---|---|
committer | o01eg <o01eg@yandex.ru> | 2019-01-10 05:57:10 +0300 |
commit | 6ec212abe9f3117c0521902fd573d602051b4787 (patch) | |
tree | e7eaebb3194e36108ad10f0922c7fd28db4f52b5 /dev-rust | |
parent | Merge pull request #388 from o01eg/master (diff) | |
download | rust-6ec212abe9f3117c0521902fd573d602051b4787.tar.gz rust-6ec212abe9f3117c0521902fd573d602051b4787.tar.bz2 rust-6ec212abe9f3117c0521902fd573d602051b4787.zip |
Make dev-lang/rust compatible with dev-lang/rust from portage
Diffstat (limited to 'dev-rust')
-rw-r--r-- | dev-rust/rust-bindgen/rust-bindgen-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild index 4748c4c..bd499be 100644 --- a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild +++ b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild @@ -17,7 +17,7 @@ IUSE="" EGIT_REPO_URI="https://github.com/servo/rust-bindgen.git" DEPEND=">=virtual/rust-999 - dev-util/cargo + virtual/cargo >=sys-devel/clang-3.4.2-r100:* " RDEPEND="${DEPEND}" |