Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/
Date: Mon, 21 Sep 2015 16:05:15
Message-Id: 1442851374.76ad632a8cfcb920bdfafc48888e3fd432ea155e.jlec@gentoo
1 commit: 76ad632a8cfcb920bdfafc48888e3fd432ea155e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 16:02:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 16:02:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=76ad632a
7
8 dev-python/notebook: Fix leading whitespaces
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/notebook/notebook-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild
17 index 155fbac..f6efc45 100644
18 --- a/dev-python/notebook/notebook-9999.ebuild
19 +++ b/dev-python/notebook/notebook-9999.ebuild
20 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND}
21 dev-python/coverage[${PYTHON_USEDEP}]
22 )
23 doc? (
24 - app-text/pandoc
25 + app-text/pandoc
26 >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
27 >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
28 )