diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 12:24:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 12:37:33 +0100 |
commit | 878bee58f20b9f2465538049a68ec25243dc8383 (patch) | |
tree | 2fe822896ccd2e0768150610be292bec4358fa0c /dev-vcs/tortoisehg | |
parent | kde5*.eclass: Add KDE Applications 17.12 support (diff) | |
download | gentoo-878bee58f20b9f2465538049a68ec25243dc8383.tar.gz gentoo-878bee58f20b9f2465538049a68ec25243dc8383.tar.bz2 gentoo-878bee58f20b9f2465538049a68ec25243dc8383.zip |
dev-vcs/tortoisehg: Add missing use-dep
Closes: https://bugs.gentoo.org/640484
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild index 10ea4192888e..441fed1aec6e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild @@ -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 )" diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 10ea4192888e..441fed1aec6e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -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 )" |