projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ea155
)
dev-python/QtPy: forced widget flag for pyqt5 with gui
author
Sébastien Fabbro
<bicatali@gentoo.org>
Wed, 4 Jan 2017 18:14:28 +0000
(18:14 +0000)
committer
Sébastien Fabbro
<bicatali@gentoo.org>
Wed, 4 Jan 2017 19:24:50 +0000
(19:24 +0000)
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
patch
|
blob
|
history
diff --git
a/dev-python/QtPy/QtPy-1.1.2.ebuild
b/dev-python/QtPy/QtPy-1.1.2.ebuild
index ae4e1e0cbe5ae910ad101620257a1909e9c303c5..5942d6fd93167bead1723156e0ee84b02b02643a 100644
(file)
--- a/
dev-python/QtPy/QtPy-1.1.2.ebuild
+++ b/
dev-python/QtPy/QtPy-1.1.2.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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]
) )