diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-05-16 21:43:10 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 00:49:26 +0100 |
commit | 9da50e66966c7072c149c1ffa3bc06d32e64cdd9 (patch) | |
tree | 97851878772b0512cd296d36dd8e3474616985a2 /app-doc | |
parent | media-gfx/gimp: 2.10.34-r2, fix configure GCC13 implicit func. decl. (diff) | |
download | gentoo-9da50e66966c7072c149c1ffa3bc06d32e64cdd9.tar.gz gentoo-9da50e66966c7072c149c1ffa3bc06d32e64cdd9.tar.bz2 gentoo-9da50e66966c7072c149c1ffa3bc06d32e64cdd9.zip |
app-doc/gimp-help: fix test race contidion
Closes: https://bugs.gentoo.org/905894
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/31067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |