summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/rust: remove old versionsDirkjan Ochtman2018-05-141-175/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/rust: sort keyword alphabetically.Christopher Mansfield2018-02-181-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/rust: add ~arm64 keyword and support.Christopher Mansfield2018-02-181-1/+4
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/rust: fix MAKEOPTS -l/--load-average buildGeorgy Yakovlev2018-01-311-2/+2
| | | | | | | | | | Upstream build system does not like -l/--load-average, So we cannot use MAKEOPTS as-is. The only relevant option is -j<num>. This commit changes to using multiprocessing.eclass makeopts_jobs() Closes: https://bugs.gentoo.org/646092 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7000
* dev-lang/rust: honor MAKEOPTS (fixes bug 613794, thanks to toralf)Dirkjan Ochtman2018-01-291-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/rust: bump to 1.23.0-r1, fixing bugs found in 1.23.0Dirkjan Ochtman2018-01-271-0/+172
Bug 645466: moving the documentation is no longer necessary during the install phase, since the doc dir is configured correctly in advance. Bug 645498: add an "extended" use flag which will build and install rls, rustfmt and cargo alongside rustc and rustdoc. Bug 626136: prevent collisions for installed libraries. Package-Manager: Portage-2.3.19, Repoman-2.3.6