commit:     5f3fc9d09560b45eb7759be97ed1329c01b4a555
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 05:43:04 2019 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 05:43:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3fc9d0

dev-util/Orange: be compatible with split dev-python/PyQtWebEngine

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-util/Orange/Orange-3.14.0.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-util/Orange/Orange-3.14.0.ebuild 
b/dev-util/Orange/Orange-3.14.0.ebuild
index 8669a0e2ace..e6e2de090e3 100644
--- a/dev-util/Orange/Orange-3.14.0.ebuild
+++ b/dev-util/Orange/Orange-3.14.0.ebuild
@@ -29,7 +29,13 @@ RDEPEND="
        >=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
        dev-python/pylint[${PYTHON_USEDEP}]
        >=dev-python/pyqtgraph-0.10.0[${PYTHON_USEDEP}]
-       dev-python/PyQt5[webengine,svg,testlib,${PYTHON_USEDEP}]
+       || (
+               (
+                       >=dev-python/PyQt5-5.12[svg,testlib,${PYTHON_USEDEP}]
+                       dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+               )
+               <dev-python/PyQt5-5.12[svg,testlib,webengine,${PYTHON_USEDEP}]
+       )
        dev-python/radon[${PYTHON_USEDEP}]
        dev-python/serverfiles[${PYTHON_USEDEP}]
        >=dev-python/xlrd-0.9.2[${PYTHON_USEDEP}]
@@ -45,7 +51,7 @@ DEPEND="${RDEPEND}
                dev-python/numpydoc[${PYTHON_USEDEP}]
                dev-python/recommonmark[${PYTHON_USEDEP}]
                >=dev-python/sphinx-1.3.0[${PYTHON_USEDEP}] )
-       postgres? (     dev-python/psycopg:2[${PYTHON_USEDEP}] )"
+       postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/orange3-${PV}"
 

Reply via email to