commit: 82e30f2c0b72cbec1ef42d4cdda5f61476c4c917 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 13:47:10 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 13:47:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e30f2c
dev-python/sphinx_rtd_theme: Drop dev-python/sphinx from *DEPEND this package provides a theme. So no need to depend on sphinx at all. Packages including sphinx should depend on the theme. Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=561776 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild index 31bfaa6..a4080a4 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild @@ -17,7 +17,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}]" - -# dev-python/sphinx previously set in PDEPEND which broke some doc builds. +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
