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 E84291399D5 for ; Wed, 2 Sep 2015 07:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A3511424B; Wed, 2 Sep 2015 07:21:11 +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 8B4AE1424B for ; Wed, 2 Sep 2015 07:21:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B5C0340751 for ; Wed, 2 Sep 2015 07:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B3E1164 for ; Wed, 2 Sep 2015 07:21:07 +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: <1441178457.a01ebdbb55736ba022a7b98db2bc328494b4a472.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rpy/rpy-2.6.2.ebuild X-VCS-Directories: dev-python/rpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a01ebdbb55736ba022a7b98db2bc328494b4a472 X-VCS-Branch: master Date: Wed, 2 Sep 2015 07:21:07 +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: 3ab2406a-d08b-4b10-8bce-4c323ec2d0bb X-Archives-Hash: b775db9bcb5d65f4281f6d12428fcb63 commit: a01ebdbb55736ba022a7b98db2bc328494b4a472 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 1 14:08:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 07:20:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ebdbb dev-python/rpy: Resolve circular dependency Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/rpy/rpy-2.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rpy/rpy-2.6.2.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild index 521031d..c2ae3ef 100644 --- a/dev-python/rpy/rpy-2.6.2.ebuild +++ b/dev-python/rpy/rpy-2.6.2.ebuild @@ -26,12 +26,12 @@ RDEPEND=" >=dev-lang/R-3.1 dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/pandas-0.13.1[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )" +PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" # ggplot2 is an optional test dep but not in portage S="${WORKDIR}/${MY_P}"