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 72D4C1399D7 for ; Wed, 2 Sep 2015 09:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E02142C0; Wed, 2 Sep 2015 09:27:59 +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 C59C2142C0 for ; Wed, 2 Sep 2015 09:27:58 +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 090F5340751 for ; Wed, 2 Sep 2015 09:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACEED185 for ; Wed, 2 Sep 2015 09:27:56 +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: <1441186038.2fa873e505205e25f8e6a1f2a102102e80e1f563.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipykernel/ipykernel-9999.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2fa873e505205e25f8e6a1f2a102102e80e1f563 X-VCS-Branch: master Date: Wed, 2 Sep 2015 09:27:56 +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: 840c4056-87a7-4c45-854a-257de9dcdb4e X-Archives-Hash: dd1cb2907e451c5b93d4631284f40365 commit: 2fa873e505205e25f8e6a1f2a102102e80e1f563 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 09:27:18 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 09:27:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fa873e5 dev-python/ipykernel: Add missing test dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/ipykernel/ipykernel-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/ipykernel/ipykernel-9999.ebuild b/dev-python/ipykernel/ipykernel-9999.ebuild index 929c8c8..169727d 100644 --- a/dev-python/ipykernel/ipykernel-9999.ebuild +++ b/dev-python/ipykernel/ipykernel-9999.ebuild @@ -28,8 +28,9 @@ RDEPEND=" #>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( - dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] + >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] ) "