From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6EB2D1384B4 for ; Sun, 8 Nov 2015 18:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB2CE0833; Sun, 8 Nov 2015 18:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA708E0833 for ; Sun, 8 Nov 2015 18:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0EF533BE44 for ; Sun, 8 Nov 2015 18:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2D1522BB for ; Sun, 8 Nov 2015 18:54:33 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447008864.dbd0b5a2fd350f8ec05c5c11802d41294660fc1c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild dev-python/qtconsole/qtconsole-4.1.0.ebuild dev-python/qtconsole/qtconsole-9999.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dbd0b5a2fd350f8ec05c5c11802d41294660fc1c X-VCS-Branch: master Date: Sun, 8 Nov 2015 18:54:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afd9ad98-3642-4ac2-b8b5-aefa855fc3f1 X-Archives-Hash: f6aea74faafdde3c9f9e5fdec87dfd8e commit: dbd0b5a2fd350f8ec05c5c11802d41294660fc1c Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 8 18:54:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 8 18:54:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbd0b5a2 dev-python/qtconsole: Resort order of qt supporting libs /usr/local/lib/python3.4/site-packages/qtconsole/qt.py: """ A Qt API selector that can be used to switch between PyQt4/5 and PySide. This uses the ETS 4.0 selection pattern of: PySide first, PyQt4 (API v2.) second, then PyQt5. Do not use this if you need PyQt4 with the old QString/QVariant API. """ Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild | 2 +- dev-python/qtconsole/qtconsole-4.1.0.ebuild | 2 +- dev-python/qtconsole/qtconsole-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild index 8ac99f4..04b8823 100644 --- a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild +++ b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild @@ -35,9 +35,9 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] ) || ( + dev-python/pyside[${PYTHON_USEDEP},svg] dev-python/PyQt4[${PYTHON_USEDEP},svg] dev-python/PyQt5[${PYTHON_USEDEP},svg] - dev-python/pyside[${PYTHON_USEDEP},svg] ) dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/pyzmq-13[${PYTHON_USEDEP}] diff --git a/dev-python/qtconsole/qtconsole-4.1.0.ebuild b/dev-python/qtconsole/qtconsole-4.1.0.ebuild index e7a1b30..6bcdb1d 100644 --- a/dev-python/qtconsole/qtconsole-4.1.0.ebuild +++ b/dev-python/qtconsole/qtconsole-4.1.0.ebuild @@ -30,9 +30,9 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] ) || ( + dev-python/pyside[${PYTHON_USEDEP},svg] dev-python/PyQt4[${PYTHON_USEDEP},svg] dev-python/PyQt5[${PYTHON_USEDEP},svg] - dev-python/pyside[${PYTHON_USEDEP},svg] ) dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/pyzmq-13[${PYTHON_USEDEP}] diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild index b873ab2..cf213d6 100644 --- a/dev-python/qtconsole/qtconsole-9999.ebuild +++ b/dev-python/qtconsole/qtconsole-9999.ebuild @@ -30,9 +30,9 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] ) || ( + dev-python/pyside[${PYTHON_USEDEP},svg] dev-python/PyQt4[${PYTHON_USEDEP},svg] dev-python/PyQt5[${PYTHON_USEDEP},svg] - dev-python/pyside[${PYTHON_USEDEP},svg] ) dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/pyzmq-13[${PYTHON_USEDEP}]