Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/
Date: Wed, 04 Jan 2017 19:25:51
Message-Id: 1483557890.efa01455a24474255b48ac6cb40e597cb885409d.bicatali@gentoo
1 commit: efa01455a24474255b48ac6cb40e597cb885409d
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 18:14:28 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 19:24:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa01455
7
8 dev-python/QtPy: forced widget flag for pyqt5 with gui
9 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604152
10
11 Package-Manager: Portage-2.3.3, Repoman-2.3.1
12
13 dev-python/QtPy/QtPy-1.1.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/QtPy/QtPy-1.1.2.ebuild b/dev-python/QtPy/QtPy-1.1.2.ebuild
17 index ae4e1e0..5942d6f 100644
18 --- a/dev-python/QtPy/QtPy-1.1.2.ebuild
19 +++ b/dev-python/QtPy/QtPy-1.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -25,7 +25,7 @@ RDEPEND="
27 dev-python/pyside[${PYTHON_USEDEP},designer=,svg=,webkit=]
28 )
29 gui? ( || (
30 - dev-python/PyQt5[${PYTHON_USEDEP},gui]
31 + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
32 dev-python/PyQt4[${PYTHON_USEDEP},X]
33 dev-python/pyside[${PYTHON_USEDEP},X]
34 ) )