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 D3586139694 for ; Mon, 27 Mar 2017 14:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17EFF234009; Mon, 27 Mar 2017 14:40:59 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0E3E234009 for ; Mon, 27 Mar 2017 14:40:58 +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 7F7B6341301 for ; Mon, 27 Mar 2017 14:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF2FE70B7 for ; Mon, 27 Mar 2017 14:40:55 +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: <1490625645.1adb2e783ef0efa357dde35a8e0f1a1db9171e39.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.0.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: 1adb2e783ef0efa357dde35a8e0f1a1db9171e39 X-VCS-Branch: master Date: Mon, 27 Mar 2017 14:40:55 +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: 7d147fa3-4586-44d2-bab4-fd8675caf488 X-Archives-Hash: 64d39f335c2440848119ad7c3e0b56f9 commit: 1adb2e783ef0efa357dde35a8e0f1a1db9171e39 Author: Johan Bergström bergstroem nu> AuthorDate: Mon Mar 27 14:28:48 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 27 14:40:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adb2e78 dev-python/lit: add setuptools dependency Closes: https://github.com/gentoo/gentoo/pull/4280 dev-python/lit/lit-4.0.0.ebuild | 1 + dev-python/lit/lit-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild index 61643cd0d5e..2aea24ee0a3 100644 --- a/dev-python/lit/lit-4.0.0.ebuild +++ b/dev-python/lit/lit-4.0.0.ebuild @@ -20,6 +20,7 @@ S=${WORKDIR}/${MY_P}.src/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 55f0ffb5a10..487e0b751ec 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,6 +21,7 @@ S=${WORKDIR}/${P}/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )"