commit: 1f0133483ecf9c5f814a96ccf614b7f50896a884
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Sep 5 12:47:57 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 12:47:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f013348
dev-python/qtconsole: Add deps for doc, fixes bug #559594
Package-Manager: portage-2.2.20.1
dev-python/qtconsole/ChangeLog | 6 ++++++
.../qtconsole/{qtconsole-4.0.1.ebuild => qtconsole-4.0.1-r1.ebuild} | 0
dev-python/qtconsole/qtconsole-9999.ebuild | 5 ++++-
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog
index c08d5b9..9ef4ef5 100644
--- a/dev-python/qtconsole/ChangeLog
+++ b/dev-python/qtconsole/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+*qtconsole-4.0.1-r1 (05 Sep 2015)
+
+ 05 Sep 2015; Marius Brehler <[email protected]>
+ +qtconsole-4.0.1-r1.ebuild, -qtconsole-4.0.1.ebuild, qtconsole-9999.ebuild:
+ dev-python/qtconsole: Add deps for doc, fixes bug #559594
+
02 Sep 2015; Sean Vig <[email protected]> qtconsole-9999.ebuild:
dev-python/qtconsole: Add doc use flag
diff --git a/dev-python/qtconsole/qtconsole-4.0.1.ebuild
b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild
similarity index 100%
rename from dev-python/qtconsole/qtconsole-4.0.1.ebuild
rename to dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild
diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild
b/dev-python/qtconsole/qtconsole-9999.ebuild
index 468688e..0d1ec78 100644
--- a/dev-python/qtconsole/qtconsole-9999.ebuild
+++ b/dev-python/qtconsole/qtconsole-9999.ebuild
@@ -27,7 +27,10 @@ RDEPEND="
dev-python/jupyter_client[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ doc? (
+ dev-python/ipython[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ )
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
)