dev-python/sphinx_rtd_theme: reset sphinx to DEPEND

Package-Manager: portage-2.2.20.1
This commit is contained in:
Ian Delaney
2015-10-09 12:18:49 +08:00
parent 4f5adc133d
commit d186d72a2b

View File

@@ -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.