commit:     aa3885f23b5d05a891834b9d68d08a724035328c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 09:36:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to