commit:     4ab8dabf7250bc39697b94f8e696c34f625667ad
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 09:10:33 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 09:10:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab8dabf

dev-embedded/xa: The tests cannot be run in parallel

Closes: https://bugs.gentoo.org/716670
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-embedded/xa/xa-2.3.10.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-embedded/xa/xa-2.3.10.ebuild b/dev-embedded/xa/xa-2.3.10.ebuild
index 4c062c20057..fd3986bc81a 100644
--- a/dev-embedded/xa/xa-2.3.10.ebuild
+++ b/dev-embedded/xa/xa-2.3.10.ebuild
@@ -23,6 +23,10 @@ src_compile() {
                LDFLAGS="${LDFLAGS}"
 }
 
+src_test() {
+       emake -j1 test
+}
+
 src_install() {
        emake install DESTDIR="${ED}/usr"
        einstalldocs

Reply via email to