commit: 59ed941a0eb87c6cdc0484106029522d5932e4a4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:07:50 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:08:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ed941a
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
dev-python/sphinx/{sphinx-1.5.1.ebuild => sphinx-1.5.1-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 938c086..4273525 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/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}]