From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0A95138350 for ; Wed, 8 Apr 2020 09:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C9BE09A6; Wed, 8 Apr 2020 09:10:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0DE9E09A6 for ; Wed, 8 Apr 2020 09:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3576834E91D for ; Wed, 8 Apr 2020 09:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB4E1C1 for ; Wed, 8 Apr 2020 09:10:51 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1586337033.4ab8dabf7250bc39697b94f8e696c34f625667ad.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/xa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/xa/xa-2.3.10.ebuild X-VCS-Directories: dev-embedded/xa/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 4ab8dabf7250bc39697b94f8e696c34f625667ad X-VCS-Branch: master Date: Wed, 8 Apr 2020 09:10:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c14a85bf-9779-46a2-8932-717e2cfa7e78 X-Archives-Hash: c42d9b1d287ce6017f542e157ad5ba08 commit: 4ab8dabf7250bc39697b94f8e696c34f625667ad Author: James Le Cuirot gentoo org> AuthorDate: Wed Apr 8 09:10:33 2020 +0000 Commit: James Le Cuirot gentoo 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 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