app-accessibility/espeak: avoid race condition

Closes: https://bugs.gentoo.org/791616
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-05-24 14:17:14 +05:00
parent b5c5ecca2d
commit 990c1dcd8d

View File

@@ -59,6 +59,10 @@ src_configure() {
--disable-rpath
}
src_compile() {
emake -j1
}
src_test() {
emake check
}