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 D0C66139083 for ; Fri, 15 Dec 2017 16:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A968E0F5E; Fri, 15 Dec 2017 16:20:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 045E9E0F5E for ; Fri, 15 Dec 2017 16:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B165C33BF55 for ; Fri, 15 Dec 2017 16:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 214A3A19C for ; Fri, 15 Dec 2017 16:20:31 +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: <1513354810.d1fc57e01b55870242bc337f68e4b2683420400e.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-5.0.9999.ebuild dev-python/lit/lit-9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1fc57e01b55870242bc337f68e4b2683420400e X-VCS-Branch: master Date: Fri, 15 Dec 2017 16:20:31 +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: b7418d9e-119a-43fa-a07a-b672f42f22e1 X-Archives-Hash: 4d828c29286a88640f3ab9f8f09b5b2c commit: d1fc57e01b55870242bc337f68e4b2683420400e Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 15:52:32 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 16:20:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc57e0 dev-python/lit: Restrict tests with USE=-test dev-python/lit/lit-5.0.9999.ebuild | 1 + dev-python/lit/lit-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/lit/lit-5.0.9999.ebuild b/dev-python/lit/lit-5.0.9999.ebuild index 6d9f12eb032..43337cc4d0f 100644 --- a/dev-python/lit/lit-5.0.9999.ebuild +++ b/dev-python/lit/lit-5.0.9999.ebuild @@ -17,6 +17,7 @@ LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" S=${WORKDIR}/${P}/utils/lit diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index d8c140474d8..43d292abf1d 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -16,6 +16,7 @@ LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" S=${WORKDIR}/${P}/utils/lit