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 DBDD0139694 for ; Sun, 28 May 2017 10:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2167E0D1C; Sun, 28 May 2017 10:17:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A1D1FE0D1C for ; Sun, 28 May 2017 10:17:43 +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 73FDA3413B7 for ; Sun, 28 May 2017 10:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8597469 for ; Sun, 28 May 2017 10:17:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1495966637.4a899fe704e98e47cf0b9b75c4b845c247b32077.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doit/doit-0.29.0.ebuild X-VCS-Directories: dev-python/doit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4a899fe704e98e47cf0b9b75c4b845c247b32077 X-VCS-Branch: master Date: Sun, 28 May 2017 10:17:41 +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: 6a0f37ce-32cd-41ed-a4dc-0a813cb4fc00 X-Archives-Hash: e49b7863a51fc36c0bef483e5d844a25 commit: 4a899fe704e98e47cf0b9b75c4b845c247b32077 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 28 10:01:54 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 28 10:17:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a899fe7 dev-python/doit: doit-py needs to be a PDEPEND to prevent circular dep as doit-py needs doit Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/doit/doit-0.29.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/doit/doit-0.29.0.ebuild b/dev-python/doit/doit-0.29.0.ebuild index 10e7308faaa..29652962d42 100644 --- a/dev-python/doit/doit-0.29.0.ebuild +++ b/dev-python/doit/doit-0.29.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,6 @@ IUSE="doc test" RDEPEND=" dev-python/pyinotify[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - >=dev-python/doit-py-0.3.0[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7 pypy) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" DEPEND="test? ( ${RDEPEND} @@ -28,6 +27,7 @@ DEPEND="test? ( ${RDEPEND} dev-python/pyflakes[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/cloudpickle[${PYTHON_USEDEP}] )" +PDEPEND=">=dev-python/doit-py-0.3.0[${PYTHON_USEDEP}]" # Required for test phase DISTUTILS_IN_SOURCE_BUILD=1