dev-python/sphinx: Depend on dev-python/alabaster-0.7.9 at least
authorDavid Seifert <soap@gentoo.org>
Fri, 20 Jan 2017 18:07:50 +0000 (19:07 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 20 Jan 2017 18:08:11 +0000 (19:08 +0100)
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

dev-python/sphinx/sphinx-1.5.1-r1.ebuild [moved from dev-python/sphinx/sphinx-1.5.1.ebuild with 97% similarity]

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 938c0861130faf876451bd4ca6be26ec0b022c67..4273525bde6b8ea10869fa3a79f14e2ebadf7086 100644 (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}]