dev-lang/rust: drop memory requirement check
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 13 May 2019 13:00:15 +0000 (15:00 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 13 May 2019 13:01:13 +0000 (15:01 +0200)
commitbaefac48f4aff148b8c92531380fead020abfb98
tree59a9efb53d5893afbdee66ae3d301a3031d85f86
parent72ff9f88ec0678864e313425153e674b3c6bdfee
dev-lang/rust: drop memory requirement check

CHECKREQS_MEMORY should only be used when there's a known
minimum memory requirement to run/build packages with MAKEOPTS=-j1.

If user builds package in parallel it is expected that the build process
will require more memory. However, in most cases we don't know how much
memory is required because we don't know how much memory an additional
job could use at maximum (and if we would know, just add distcc, which
will move memory requirement down to distcc host...).

Otherwise we would cause unnecessarily problems for systems with low
memory but still able to build the package.

Bug: https://bugs.gentoo.org/626134
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-lang/rust/rust-1.30.1-r1.ebuild
dev-lang/rust/rust-1.31.1.ebuild
dev-lang/rust/rust-1.32.0.ebuild
dev-lang/rust/rust-1.33.0.ebuild
dev-lang/rust/rust-1.34.0-r2.ebuild
dev-lang/rust/rust-1.34.1.ebuild