Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Mon, 30 Oct 2017 21:43:37
Message-Id: 1509399769.22f6503954653a2bccdec387b02fa052d3192923.asturm@gentoo
1 commit: 22f6503954653a2bccdec387b02fa052d3192923
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 17:16:59 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 21:42:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f65039
7
8 dev-vcs/tortoisehg: Switch to PyQt5
9
10 Closes: https://bugs.gentoo.org/634976
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
17 index 11d30fb4362..9fe522559a0 100644
18 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
19 +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
20 @@ -27,8 +27,8 @@ IUSE="doc"
21 RDEPEND="${HG_DEPEND}
22 dev-python/iniparse[${PYTHON_USEDEP}]
23 dev-python/pygments[${PYTHON_USEDEP}]
24 - dev-python/PyQt4[svg,${PYTHON_USEDEP}]
25 - dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}]"
26 + dev-python/PyQt5[svg,${PYTHON_USEDEP}]
27 + >=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
28 DEPEND="${RDEPEND}
29 doc? ( >=dev-python/sphinx-1.0.3 )"
30
31 @@ -70,6 +70,6 @@ python_install_all() {
32
33 pkg_postinst() {
34 elog "When startup of ${PN} fails with an API version mismatch error"
35 - elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
36 + elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
37 elog "dev-python/qscintilla-python."
38 }