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
This commit is contained in:
David Seifert
2017-01-20 19:07:50 +01:00
parent 29e7598fcd
commit 59ed941a0e

View File

@@ -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/alabaster-0.8[${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}]