Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Fri, 09 Oct 2015 04:21:00
Message-Id: 1444364444.d186d72a2b94603423b7d4501b7b3b065b4ba7d2.idella4@gentoo
1 commit: d186d72a2b94603423b7d4501b7b3b065b4ba7d2
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 04:18:49 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 04:20:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d186d72a
7
8 dev-python/sphinx_rtd_theme: reset sphinx to DEPEND
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 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
16 index f7c5387..c0c496b 100644
17 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
18 +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
19 @@ -16,5 +16,7 @@ SLOT="0"
20 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
21 IUSE=""
22
23 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
24 -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
25 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
26 + dev-python/sphinx[${PYTHON_USEDEP}]"
27 +
28 +# dev-python/sphinx previously set in PDEPEND which broke some doc builds.