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 472AE1387B1 for ; Mon, 21 Sep 2015 16:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C0EE08AC; Mon, 21 Sep 2015 16:05:12 +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 D254BE08B0 for ; Mon, 21 Sep 2015 16:05:11 +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 1B4C2340753 for ; Mon, 21 Sep 2015 16:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63FD6232 for ; Mon, 21 Sep 2015 16:05:08 +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: <1442851374.76ad632a8cfcb920bdfafc48888e3fd432ea155e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 76ad632a8cfcb920bdfafc48888e3fd432ea155e X-VCS-Branch: master Date: Mon, 21 Sep 2015 16:05:08 +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: e5296ab2-918c-4d8a-9668-f86ccb630f70 X-Archives-Hash: 0e6522b451285bc8af381cfa8926c1e6 commit: 76ad632a8cfcb920bdfafc48888e3fd432ea155e Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 16:02:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 16:02:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76ad632a dev-python/notebook: Fix leading whitespaces Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/notebook/notebook-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index 155fbac..f6efc45 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} dev-python/coverage[${PYTHON_USEDEP}] ) doc? ( - app-text/pandoc + app-text/pandoc >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1[${PYTHON_USEDEP}] )