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 4E2EB138359 for ; Tue, 10 Nov 2020 09:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B76E0845; Tue, 10 Nov 2020 09:38:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6C0CEE0845 for ; Tue, 10 Nov 2020 09:38:04 +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 7A713340C40 for ; Tue, 10 Nov 2020 09:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2FB4443 for ; Tue, 10 Nov 2020 09:38:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1605001078.aa3885f23b5d05a891834b9d68d08a724035328c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cvise/cvise-1.9.0.ebuild X-VCS-Directories: dev-util/cvise/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa3885f23b5d05a891834b9d68d08a724035328c X-VCS-Branch: master Date: Tue, 10 Nov 2020 09:38:01 +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: cfb8b205-d1b1-40a0-9bf6-c1e0661868ac X-Archives-Hash: 62b7efcda032d917931777b2ce7adc8d commit: aa3885f23b5d05a891834b9d68d08a724035328c Author: Michał Górny gentoo org> AuthorDate: Tue Nov 10 09:36:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 10 09:37:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3885f2 dev-util/cvise: Remove pytest-xdist options Closes: https://bugs.gentoo.org/753809 Signed-off-by: Michał Górny gentoo.org> dev-util/cvise/cvise-1.9.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/cvise/cvise-1.9.0.ebuild b/dev-util/cvise/cvise-1.9.0.ebuild index 16f63504e0d..8bf58ae6052 100644 --- a/dev-util/cvise/cvise-1.9.0.ebuild +++ b/dev-util/cvise/cvise-1.9.0.ebuild @@ -54,6 +54,11 @@ pkg_setup() { llvm_pkg_setup } +src_prepare() { + sed -i -e 's:-n auto::' setup.cfg || die + cmake_src_prepare +} + src_test() { cd "${BUILD_DIR}" || die pytest -vv || die