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 B2523158012 for ; Wed, 22 Sep 2021 07:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17791E0802; Wed, 22 Sep 2021 07:19:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 005C0E0802 for ; Wed, 22 Sep 2021 07:19:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15599342FE2 for ; Wed, 22 Sep 2021 07:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D861108 for ; Wed, 22 Sep 2021 07:19:03 +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: <1632294655.4d43cfa264d00e0b7bab9797946d6bd57361d075.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.2.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d43cfa264d00e0b7bab9797946d6bd57361d075 X-VCS-Branch: master Date: Wed, 22 Sep 2021 07:19:03 +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: 076ed6f9-c82d-4777-a2c9-32fd082d01cf X-Archives-Hash: 0dc6aa8012cc47255fc6b5e16c307815 commit: 4d43cfa264d00e0b7bab9797946d6bd57361d075 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 15 18:16:14 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 07:10:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4d43cfa2 dev-qt/qtdeclarative: Add missing media-libs/libglvnd DEPEND Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild index 5e655b4a..135c1c6d 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" =dev-qt/qtgui-${QT5_PV}*:5=[gles2-only=,vulkan=] =dev-qt/qtnetwork-${QT5_PV}* =dev-qt/qttest-${QT5_PV}* + media-libs/libglvnd localstorage? ( =dev-qt/qtsql-${QT5_PV}* ) widgets? ( =dev-qt/qtwidgets-${QT5_PV}*[gles2-only=] ) "