aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-06-04 13:10:30 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2015-06-04 13:13:22 +0200
commite53dd82d896d0154b4002743d2f74893fcc65e8e (patch)
tree5a376720c1c54e7a646c23e7f9b29ab7bd48bd8c /README.md
parentMerge pull request #130 from zetok/cargo (diff)
downloadrust-e53dd82d896d0154b4002743d2f74893fcc65e8e.tar.gz
rust-e53dd82d896d0154b4002743d2f74893fcc65e8e.tar.bz2
rust-e53dd82d896d0154b4002743d2f74893fcc65e8e.zip
[dev-lang/rust-bin] remove old versions, comment about slotting
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70f2d00..1c70b47 100644
--- a/README.md
+++ b/README.md
@@ -100,9 +100,15 @@ src_prepare() {
}
```
-For `dev-lang/rust-bin` we have no slots currently.
+For `dev-lang/rust-bin` have two slots now:
-## eselect-rust
+* `1.0` -- 1.0 release
+* `nightly` -- nightly version
+
+Note, that `cargo` USE is available only for `nightly` `dev-lang/rust-bin`
+and `cargo` binary is not under the eselect control.
+
+## Eselect-rust
Rust compiler packages use [eselect-rust](https://github.com/jauhien/eselect-rust) to managed their symlinks.
Consult its README for information on how to properly register your package in eselect.