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 4A033139695 for ; Sun, 7 May 2017 18:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF740E0CE1; Sun, 7 May 2017 18:34:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E844E0CE1 for ; Sun, 7 May 2017 18:34:54 +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 8905A3416CC for ; Sun, 7 May 2017 18:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3166F744B for ; Sun, 7 May 2017 18:34:52 +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: <1494181872.3d51fdb36061e32a4d8bbe195a89c2d39e67831f.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/pyside/pyside-9999.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 3d51fdb36061e32a4d8bbe195a89c2d39e67831f X-VCS-Branch: master Date: Sun, 7 May 2017 18:34:52 +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: b6ef01ba-3667-4eaf-b23a-7f3028d9d2f9 X-Archives-Hash: 9aa9c9b66caeb3aa50b192213c9532fb commit: 3d51fdb36061e32a4d8bbe195a89c2d39e67831f Author: Davide Pesavento gentoo org> AuthorDate: Sun May 7 18:31:12 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 7 18:31:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3d51fdb3 dev-python/pyside: improve REQUIRED_USE Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pyside/pyside-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild index add5ade8..04b2a2e8 100644 --- a/dev-python/pyside/pyside-9999.ebuild +++ b/dev-python/pyside/pyside-9999.ebuild @@ -24,7 +24,8 @@ IUSE="concurrent declarative designer gui help multimedia network opengl printsupport script scripttools sql svg test testlib webchannel webengine webkit websockets widgets x11extras xmlpatterns" -# The requirements below were strongly inspired by their PyQt5 equivalents. +# The requirements below were extracted from the output of +# 'grep "set(.*_deps" "${S}"/PySide2/Qt*/CMakeLists.txt' REQUIRED_USE=" ${PYTHON_REQUIRED_USE} declarative? ( gui network ) @@ -33,17 +34,15 @@ REQUIRED_USE=" multimedia? ( gui network ) opengl? ( widgets ) printsupport? ( widgets ) - scripttools? ( gui script ) + scripttools? ( gui script widgets ) sql? ( widgets ) svg? ( widgets ) - test? ( widgets ) testlib? ( widgets ) - webchannel? ( network ) - webengine? ( network webchannel widgets ) + webengine? ( gui network webchannel widgets ) webkit? ( gui network printsupport widgets ) websockets? ( network ) widgets? ( gui ) - xmlpatterns? ( network ) + x11extras? ( gui ) " # Minimum version of Qt required, derived from the CMakeLists.txt line: