commit:     9da50e66966c7072c149c1ffa3bc06d32e64cdd9
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue May 16 18:43:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 19 23:49:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da50e66

app-doc/gimp-help: fix test race contidion

Closes: https://bugs.gentoo.org/905894

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/31067
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild 
b/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
index 39eb21262abb..98450b964890 100644
--- a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
@@ -68,6 +68,10 @@ src_compile() {
        emake -j1
 }
 
+src_test() {
+       emake -j1 check
+}
+
 src_install() {
        # See bug: 905693
        emake -j1 DESTDIR="${D}" install

Reply via email to