commit:     bdefe0ead9e864ee2885d84a39cfc0aadb5bb02a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 02:44:36 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 02:44:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdefe0ea

dev-util/sccache: add itoa crate for tests

Closes: https://bugs.gentoo.org/803512
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-util/sccache/sccache-0.2.15.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/sccache/sccache-0.2.15.ebuild 
b/dev-util/sccache/sccache-0.2.15.ebuild
index add1a2ec87c..2716995b2be 100644
--- a/dev-util/sccache/sccache-0.2.15.ebuild
+++ b/dev-util/sccache/sccache-0.2.15.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+# don't forget to add itoa-0.3.4 for tests https://bugs.gentoo.org/803512
 CRATES="
 addr2line-0.14.1
 adler-0.2.3
@@ -138,6 +139,7 @@ instant-0.1.9
 iovec-0.1.4
 itertools-0.10.0
 itertools-0.9.0
+itoa-0.3.4
 itoa-0.4.7
 jobserver-0.1.21
 jsonwebtoken-7.2.0

Reply via email to