From: David Seifert Date: Fri, 20 Jan 2017 18:07:50 +0000 (+0100) Subject: dev-python/sphinx: Depend on dev-python/alabaster-0.7.9 at least X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59ed941a0eb87c6cdc0484106029522d5932e4a4;p=gentoo.git dev-python/sphinx: Depend on dev-python/alabaster-0.7.9 at least In order to prevent errors of the sort Theme error: unsupported theme option 'fixed_sidebar' given We require the most recent version of dev-python/alabaster Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/sphinx/sphinx-1.5.1.ebuild b/dev-python/sphinx/sphinx-1.5.1-r1.ebuild similarity index 97% rename from dev-python/sphinx/sphinx-1.5.1.ebuild rename to dev-python/sphinx/sphinx-1.5.1-r1.ebuild index 938c0861130f..4273525bde6b 100644 --- a/dev-python/sphinx/sphinx-1.5.1.ebuild +++ b/dev-python/sphinx/sphinx-1.5.1-r1.ebuild @@ -19,7 +19,8 @@ KEYWORDS="~alpha ~amd64 ~x86" IUSE="doc latex net test" RDEPEND=" - =dev-python/alabaster-0.7*[${PYTHON_USEDEP}] + >=dev-python/alabaster-0.7.9[${PYTHON_USEDEP}] + =dev-python/docutils-0.11[${PYTHON_USEDEP}] >=dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}]