From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75AB6139937 for ; Thu, 27 Aug 2015 09:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F10914255; Thu, 27 Aug 2015 09:37:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0234E14255 for ; Thu, 27 Aug 2015 09:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE9FF340A78 for ; Thu, 27 Aug 2015 09:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D0FC13B for ; Thu, 27 Aug 2015 09:37:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440668271.e76fb42d2987c054c0cb9a7f2d39d1172e65d98e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-1.6.0.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e76fb42d2987c054c0cb9a7f2d39d1172e65d98e X-VCS-Branch: master Date: Thu, 27 Aug 2015 09:37:53 +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: 6a2366d8-0bfd-4bbd-ae8b-49d6dc9cf72d X-Archives-Hash: 6645174ac2a68f4fee5a12e8a69b6f42 commit: e76fb42d2987c054c0cb9a7f2d39d1172e65d98e Author: Justin Lecher gentoo org> AuthorDate: Thu Aug 27 09:32:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Aug 27 09:37:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76fb42d dev-python/pbr: Further resolve circular deps Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558808 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/pbr/pbr-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pbr/pbr-1.6.0.ebuild b/dev-python/pbr/pbr-1.6.0.ebuild index a95cd57..dc47620 100644 --- a/dev-python/pbr/pbr-1.6.0.ebuild +++ b/dev-python/pbr/pbr-1.6.0.ebuild @@ -34,7 +34,7 @@ DEPEND=" >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/pip[${PYTHON_USEDEP}]" +PDEPEND="dev-python/pip[${PYTHON_USEDEP}]" # Requ'd for testsuite DISTUTILS_IN_SOURCE_BUILD=1