Wouldn't it be better to DEPEND on dev-lang/rust-bin or virtual/rust? Depending on dev-lang/rust may require building rust from source, and that requires at least 7GB space in /var/tmp (which is a lot for systems using ramdisks for that) and a lot of CPU time.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225a6a736d4c216d370d510a6a40c8a4f7622adf commit 225a6a736d4c216d370d510a6a40c8a4f7622adf Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2019-12-20 10:17:43 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2019-12-20 10:18:03 +0000 net-analyzer/suricata: depend on virtual/rust, not dev-lang/rust In other words, do not force users to build Rust from source. Closes: https://bugs.gentoo.org/703346 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org> net-analyzer/suricata/suricata-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Makes sense, thank you for the suggestion!