commit:     efa01455a24474255b48ac6cb40e597cb885409d
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 18:14:28 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 19:24:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa01455

dev-python/QtPy: forced widget flag for pyqt5 with gui
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604152

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/QtPy/QtPy-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/QtPy/QtPy-1.1.2.ebuild 
b/dev-python/QtPy/QtPy-1.1.2.ebuild
index ae4e1e0..5942d6f 100644
--- a/dev-python/QtPy/QtPy-1.1.2.ebuild
+++ b/dev-python/QtPy/QtPy-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,7 +25,7 @@ RDEPEND="
                  dev-python/pyside[${PYTHON_USEDEP},designer=,svg=,webkit=]
           )
        gui? ( || (
-                 dev-python/PyQt5[${PYTHON_USEDEP},gui]
+                 dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
                  dev-python/PyQt4[${PYTHON_USEDEP},X]
                  dev-python/pyside[${PYTHON_USEDEP},X]
        ) )

Reply via email to