diff options
author | 2018-05-03 16:32:51 +0400 | |
---|---|---|
committer | 2018-05-03 16:32:51 +0400 | |
commit | 3ad01aa7624408d84c045186c6054a47359ed086 (patch) | |
tree | 160d29ebd95a9c39d7b55534781929b9a069fdc9 /eclass | |
parent | minor eclass update / bump cargo-ebuild (diff) | |
download | rust-3ad01aa7624408d84c045186c6054a47359ed086.tar.gz rust-3ad01aa7624408d84c045186c6054a47359ed086.tar.bz2 rust-3ad01aa7624408d84c045186c6054a47359ed086.zip |
new package: sccache
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cargo.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 2232647..d470bd0 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -20,7 +20,7 @@ inherit multiprocessing EXPORT_FUNCTIONS src_unpack src_compile src_install -IUSE="${IUSE} debug fetch-crates" +IUSE="${IUSE} debug +fetch-crates" [[ ${CATEGORY}/${PN} != dev-util/cargo ]] && DEPEND=">=dev-util/cargo-0.13.0" |