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 5BDC6158012 for ; Thu, 23 Sep 2021 07:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8817E095E; Thu, 23 Sep 2021 07:29:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F013E095E for ; Thu, 23 Sep 2021 07:29:05 +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 888B4342CE0 for ; Thu, 23 Sep 2021 07:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192652A for ; Thu, 23 Sep 2021 07:29: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: <1632382080.049be13391d598503402fe8d1f3ab0018993c0dc.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 049be13391d598503402fe8d1f3ab0018993c0dc X-VCS-Branch: master Date: Thu, 23 Sep 2021 07:29: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: c653a988-ad17-4045-8ad5-75d28e4d31b4 X-Archives-Hash: 22d2202b67ab30d8f1897927e4309bc8 commit: 049be13391d598503402fe8d1f3ab0018993c0dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 15 18:37:01 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 23 07:28:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=049be133 dev-qt/qtwebengine: Replace media-libs/{mesa -> libglvnd} in DEPEND Package appears to build without media-libs/mesa, using libglvnd headers only. Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild index ccd7ebbc..c81a1a6b 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.2.9999.ebuild @@ -55,7 +55,6 @@ RDEPEND=" media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc(+)] media-libs/libwebp:= - media-libs/mesa[egl,X(+)] media-libs/opus sys-apps/dbus sys-apps/pciutils @@ -86,7 +85,9 @@ RDEPEND=" =dev-qt/qtwidgets-${QT5_PV}* ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + media-libs/libglvnd +" BDEPEND="${PYTHON_DEPS} dev-util/gperf dev-util/ninja