dev-python/uranium: fix dependency issue
authorMarshall Brewer (Gentoo Key) <tomboy64@sina.cn>
Thu, 12 May 2016 12:06:15 +0000 (14:06 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 May 2016 09:19:01 +0000 (09:19 +0000)
PyQt5 is required with support for declarative, network and svg
Gentoo-Bug: https://bugs.gentoo.org/582796

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1462

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/uranium/uranium-2.1.0_beta-r2.ebuild [moved from dev-python/uranium/uranium-2.1.0_beta-r1.ebuild with 95% similarity]

similarity index 95%
rename from dev-python/uranium/uranium-2.1.0_beta-r1.ebuild
rename to dev-python/uranium/uranium-2.1.0_beta-r2.ebuild
index 4a0e83b4bfe8b53e94dedfcd1d43a5eddb148b25..50c5a48c0f2a1341d50cb2c70a6912b5a9b1554a 100644 (file)
@@ -21,7 +21,7 @@ IUSE="doc test"
 
 RDEPEND="${PYTHON_DEPS}
        dev-libs/libarcus:*[${PYTHON_USEDEP}]
-       dev-python/PyQt5[${PYTHON_USEDEP}]
+       dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-qt/qtdeclarative:5
        dev-qt/qtquickcontrols:5"