summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-10-09 12:18:49 +0800
committerIan Delaney <idella4@gentoo.org>2015-10-09 12:20:44 +0800
commitd186d72a2b94603423b7d4501b7b3b065b4ba7d2 (patch)
tree4856b13ca7073f6f7f2c5fafbafd4b3687631bc3 /dev-python/sphinx_rtd_theme
parentapp-emulation/xen-pvgrub: version bump to 4.6.0 (diff)
downloadgentoo-d186d72a2b94603423b7d4501b7b3b065b4ba7d2.tar.gz
gentoo-d186d72a2b94603423b7d4501b7b3b065b4ba7d2.tar.bz2
gentoo-d186d72a2b94603423b7d4501b7b3b065b4ba7d2.zip
dev-python/sphinx_rtd_theme: reset sphinx to DEPEND
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild6
1 files 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 f7c5387ba0e6..c0c496b20577 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.