From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D26F71382C5 for ; Thu, 1 Feb 2018 19:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB31BE09BF; Thu, 1 Feb 2018 19:24:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A559FE09BF for ; Thu, 1 Feb 2018 19:24:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E0AC335C62 for ; Thu, 1 Feb 2018 19:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 585161D8 for ; Thu, 1 Feb 2018 19:24:35 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1517512969.46d22b38e64fffabec09919074c09d33c437925c.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt5/PyQt5-5.9.2.ebuild X-VCS-Directories: dev-python/PyQt5/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 46d22b38e64fffabec09919074c09d33c437925c X-VCS-Branch: master Date: Thu, 1 Feb 2018 19:24:35 +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: 7b38a5df-f204-4084-8063-313099df50fa X-Archives-Hash: 37d381ee50e79de8a808513fea35654c commit: 46d22b38e64fffabec09919074c09d33c437925c Author: Davide Pesavento gentoo org> AuthorDate: Thu Feb 1 19:22:49 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Feb 1 19:22:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d22b38 dev-python/PyQt5: raise qt deps Closes: https://bugs.gentoo.org/646210 Package-Manager: Portage-2.3.21, Repoman-2.3.6 dev-python/PyQt5/PyQt5-5.9.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/PyQt5/PyQt5-5.9.2.ebuild b/dev-python/PyQt5/PyQt5-5.9.2.ebuild index da916939bf1..e465a1c6492 100644 --- a/dev-python/PyQt5/PyQt5-5.9.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -52,7 +52,7 @@ REQUIRED_USE=" " # Minimal supported version of Qt. -QT_PV="5.7.1:5" +QT_PV="5.9.3:5" RDEPEND=" ${PYTHON_DEPS} @@ -81,7 +81,7 @@ RDEPEND=" testlib? ( >=dev-qt/qttest-${QT_PV} ) webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} ) webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets?] ) - webkit? ( >=dev-qt/qtwebkit-${QT_PV}[printsupport] ) + webkit? ( >=dev-qt/qtwebkit-5.9:5[printsupport] ) websockets? ( >=dev-qt/qtwebsockets-${QT_PV} ) widgets? ( >=dev-qt/qtwidgets-${QT_PV} ) x11extras? ( >=dev-qt/qtx11extras-${QT_PV} )