commit: 50bea8a011419d5af4a956c179aa171b0815c15f
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 18:23:13 2017 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 18:23:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bea8a0
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
dev-python/sphinx/sphinx-1.6.3-r1.ebuild | 6 +++---
1 file 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 ae189bc8b51..c631ded997c 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}]