Skip to content

Commit

Permalink
dev-vcs/tortoisehg: Add missing use-dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/640484
Package-Manager: Portage-2.3.17, Repoman-2.3.6
  • Loading branch information
a17r committed Dec 10, 2017
1 parent 8f496c9 commit 878bee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IUSE="doc"
RDEPEND="${HG_DEPEND}
dev-python/iniparse[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/PyQt5[svg,${PYTHON_USEDEP}]
dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
>=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/tortoisehg/tortoisehg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IUSE="doc"
RDEPEND="${HG_DEPEND}
dev-python/iniparse[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/PyQt5[svg,${PYTHON_USEDEP}]
dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
>=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
Expand Down

0 comments on commit 878bee5

Please sign in to comment.