commit: 364ab66d47a0098019eb131714254a8b38a3afc4 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 13:56:35 2019 +0000 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 13:57:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364ab66d
dev-util/source-highlight: serialize tests Upstream uses the same intermediate files in multiple tests, running them in parallel by make will eventually break one or more tests. Closes: https://bugs.gentoo.org/635100 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tiziano Müller <dev-zero <AT> gentoo.org> dev-util/source-highlight/source-highlight-3.1.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild index 4cc9a772630..4f6024727e8 100644 --- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild @@ -44,5 +44,7 @@ src_install () { src_test() { export LD_LIBRARY_PATH="${S}/lib/srchilite/.libs/" - default + # upstream uses the same temporary filenames in numerous places + # see https://bugs.gentoo.org/635100 + emake -j1 check }
