Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/eric/
Date: Sun, 25 Mar 2018 18:11:53
Message-Id: 1522001495.b561e544db85f23f4e1e113f9cdc9cc230a76514.pesa@gentoo
1 commit: b561e544db85f23f4e1e113f9cdc9cc230a76514
2 Author: Felix Tiede <info <AT> pc-tiede <DOT> de>
3 AuthorDate: Sun Mar 25 18:08:34 2018 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 18:11:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b561e544
7
8 dev-util/eric: add (+) on qscintilla-python[qt5] USE dep
9
10 Closes: https://bugs.gentoo.org/651320
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-util/eric/{eric-17.12.ebuild => eric-17.12-r1.ebuild} | 13 ++++++-------
14 1 file changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-util/eric/eric-17.12.ebuild b/dev-util/eric/eric-17.12-r1.ebuild
17 similarity index 80%
18 rename from dev-util/eric/eric-17.12.ebuild
19 rename to dev-util/eric/eric-17.12-r1.ebuild
20 index 1f4209d6daa..270355f4d0c 100644
21 --- a/dev-util/eric/eric-17.12.ebuild
22 +++ b/dev-util/eric/eric-17.12-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -20,13 +20,13 @@ IUSE=""
30 DEPEND="
31 ${PYTHON_DEPS}
32 >=dev-python/sip-4.14.3[${PYTHON_USEDEP}]
33 - >=dev-python/PyQt5-5.7.1[${PYTHON_USEDEP},gui,network,printsupport,sql,svg,widgets]
34 - >=dev-python/qscintilla-python-2.9.4-r1[${PYTHON_USEDEP},qt5]
35 + >=dev-python/PyQt5-5.7.1[gui,network,printsupport,sql,svg,widgets,${PYTHON_USEDEP}]
36 + >=dev-python/qscintilla-python-2.10[qt5(+),${PYTHON_USEDEP}]
37 "
38 RDEPEND="${DEPEND}
39 || (
40 - dev-python/PyQt5[${PYTHON_USEDEP},help,webkit]
41 - dev-python/PyQt5[${PYTHON_USEDEP},help,webengine]
42 + dev-python/PyQt5[help,webengine,${PYTHON_USEDEP}]
43 + dev-python/PyQt5[help,webkit,${PYTHON_USEDEP}]
44 )
45 >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
46 >=dev-python/coverage-4.1.0[${PYTHON_USEDEP}]
47 @@ -69,8 +69,7 @@ pkg_postinst(){
48 xdg_desktop_database_update
49
50 if ! has_version dev-python/enchant; then
51 - elog "You might want to install dev-python/pyenchant"
52 - elog "for spell checking."
53 + elog "You might want to install dev-python/pyenchant for spell checking."
54 fi
55 }