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 9DC56138359 for ; Thu, 30 Jul 2020 09:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4BC4E0AB6; Thu, 30 Jul 2020 09:22:33 +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 BB6C5E0AB6 for ; Thu, 30 Jul 2020 09:22:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 600693432BF for ; Thu, 30 Jul 2020 09:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7968275 for ; Thu, 30 Jul 2020 09:22:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1595703332.fcf9f207ae6d60bde421678719808f5f8e2d4a5d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fcf9f207ae6d60bde421678719808f5f8e2d4a5d X-VCS-Branch: master Date: Thu, 30 Jul 2020 09:22:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80399316-4d55-449e-91b1-489d13d3cb5d X-Archives-Hash: 2c36846d3380d9b84fcf28ca8e2f9948 commit: fcf9f207ae6d60bde421678719808f5f8e2d4a5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 25 18:55:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 25 18:55:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=fcf9f207 dev-qt/qtdeclarative: Trigger rebuild on dev-qt/qtgui subslot update Closes: https://bugs.gentoo.org/733674 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild index ff91bdd7..a2d185e8 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild @@ -17,7 +17,7 @@ BDEPEND="${PYTHON_DEPS}" # qtgui[gles2-only=] is needed because of bug 504322 DEPEND=" ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2-only=,vulkan=] + ~dev-qt/qtgui-${PV}:5=[gles2-only=,vulkan=] ~dev-qt/qtnetwork-${PV} ~dev-qt/qttest-${PV} localstorage? ( ~dev-qt/qtsql-${PV} )