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 46977138334 for ; Tue, 17 Sep 2019 21:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D51E0907; Tue, 17 Sep 2019 21:01:03 +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 A4DE2E08F6 for ; Tue, 17 Sep 2019 21:01:03 +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 4119934B079 for ; Tue, 17 Sep 2019 21:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0887F2 for ; Tue, 17 Sep 2019 21:01:00 +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: <1568754046.6260fbae5dd64be6be8e7fa46adb2539c11fffd1.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-10.0.0.9999.ebuild dev-python/lit/lit-9.0.0.9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6260fbae5dd64be6be8e7fa46adb2539c11fffd1 X-VCS-Branch: master Date: Tue, 17 Sep 2019 21:01:00 +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: b7def0b7-f39f-45f0-8b66-20b16d203ac6 X-Archives-Hash: b1a35328c5b0cac0a2f9b416cda8daad commit: 6260fbae5dd64be6be8e7fa46adb2539c11fffd1 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 17 21:00:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 17 21:00:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6260fbae dev-python/lit: Use BDEPEND semi-properly Signed-off-by: Michał Górny gentoo.org> dev-python/lit/lit-10.0.0.9999.ebuild | 2 +- dev-python/lit/lit-9.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index ca5855806da..d4566ae8be5 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" S=${WORKDIR}/${P}/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) -DEPEND=" +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild b/dev-python/lit/lit-9.0.0.9999.ebuild index c6bd8d6e177..289c81bd0a5 100644 --- a/dev-python/lit/lit-9.0.0.9999.ebuild +++ b/dev-python/lit/lit-9.0.0.9999.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" S=${WORKDIR}/${P}/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) -DEPEND=" +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}]