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 38E0D139083 for ; Sun, 7 May 2017 18:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D70B4E0CC5; Sun, 7 May 2017 18:59:29 +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 B4589E0CC5 for ; Sun, 7 May 2017 18:59:29 +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 C9E0A3416D1 for ; Sun, 7 May 2017 18:59:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF887434 for ; Sun, 7 May 2017 18:59:27 +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: <1494183554.2abd0e2c0660dd6714dcc1043385b23e48fcdc0e.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: 2abd0e2c0660dd6714dcc1043385b23e48fcdc0e X-VCS-Branch: master Date: Sun, 7 May 2017 18:59:27 +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: b1dc1818-8541-4920-aec8-c43dfaa57cc3 X-Archives-Hash: 63c873e246af850e2a7aff80620bca25 commit: 2abd0e2c0660dd6714dcc1043385b23e48fcdc0e Author: Davide Pesavento gentoo org> AuthorDate: Sun May 7 18:59:14 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 7 18:59:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2abd0e2c dev-python/pyside: simplify qtwebengine USE dep REQUIRED_USE already enforces enabling widgets when webengine is enabled, so there's no point in using '?' for the USE dependency. The widgets requirement appears to be correct because there isn't a separate QtWebEngine module. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pyside/pyside-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild index 6f4e2d75..192dabf0 100644 --- a/dev-python/pyside/pyside-9999.ebuild +++ b/dev-python/pyside/pyside-9999.ebuild @@ -68,7 +68,7 @@ DEPEND=" svg? ( =dev-qt/qtsvg-${QT_PV} ) testlib? ( =dev-qt/qttest-${QT_PV} ) webchannel? ( =dev-qt/qtwebchannel-${QT_PV} ) - webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets?] ) + webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets] ) webkit? ( =dev-qt/qtwebkit-${QT_PV}[printsupport] ) websockets? ( =dev-qt/qtwebsockets-${QT_PV} ) widgets? ( =dev-qt/qtwidgets-${QT_PV} )