commit: d186d72a2b94603423b7d4501b7b3b065b4ba7d2
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 04:18:49 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 04:20:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d186d72a
dev-python/sphinx_rtd_theme: reset sphinx to DEPEND
Package-Manager: portage-2.2.20.1
dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
index f7c5387..c0c496b 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
@@ -16,5 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux
~x86-linux"
IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]"
+
+# dev-python/sphinx previously set in PDEPEND which broke some doc builds.