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 412FD1396D9 for ; Sun, 12 Nov 2017 09:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9018EE10DC; Sun, 12 Nov 2017 09:53:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 72DDFE10DC for ; Sun, 12 Nov 2017 09:53:28 +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 5B31333BEA7 for ; Sun, 12 Nov 2017 09:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5E49A38 for ; Sun, 12 Nov 2017 09:53:25 +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: <1510480401.c116ccdc950781620f53f973a58aef6ae6f83464.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-4.0.1.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c116ccdc950781620f53f973a58aef6ae6f83464 X-VCS-Branch: master Date: Sun, 12 Nov 2017 09:53:25 +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-Archives-Salt: 98c46835-9206-44ae-97d1-c4f76fb5512b X-Archives-Hash: 8ae107785624e2028eb4f5496c21ea8a commit: c116ccdc950781620f53f973a58aef6ae6f83464 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 12 09:40:53 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 12 09:53:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c116ccdc dev-python/lit: Disable broken tests in 4.0.1 dev-python/lit/lit-4.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild index 0531b4bca56..9ef5c2139ed 100644 --- a/dev-python/lit/lit-4.0.1.ebuild +++ b/dev-python/lit/lit-4.0.1.ebuild @@ -25,6 +25,9 @@ DEPEND=" dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" +# Tests are broken in this version, fixed in 5.0+. +RESTRICT="test" + # TODO: move the manpage generation here (from sys-devel/llvm) python_test() {