diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-07-13 11:23:13 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-07-13 11:23:13 -0700 |
commit | 50bea8a011419d5af4a956c179aa171b0815c15f (patch) | |
tree | cf45913bb3d98897b7a2895dd6bfd42dad26c6ef /dev-python/sphinx | |
parent | app-text/evince: remove support for tar-like compressed comics files (CBT) fo... (diff) | |
download | gentoo-50bea8a011419d5af4a956c179aa171b0815c15f.tar.gz gentoo-50bea8a011419d5af4a956c179aa171b0815c15f.tar.bz2 gentoo-50bea8a011419d5af4a956c179aa171b0815c15f.zip |
dev-python/sphinx: Re-keyword 1.6.3-r1 with sphinxcontrib-websupport in PDEPEND
This should make the package mergable, while still expressing the runtime
dependency.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-1.6.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild index ae189bc8b512..c631ded997ce 100644 --- a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild @@ -14,8 +14,7 @@ SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz" LICENSE="BSD" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc latex net test" RDEPEND=" @@ -31,7 +30,6 @@ RDEPEND=" >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}] <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex @@ -41,9 +39,11 @@ RDEPEND=" >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}] >=dev-python/whoosh-2.0[${PYTHON_USEDEP}] )" +PDEPEND="dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( + dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] |