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 43D39158012 for ; Wed, 22 Sep 2021 07:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB8AE07FE; Wed, 22 Sep 2021 07:19:05 +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 529B2E07FE for ; Wed, 22 Sep 2021 07:19: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 6378E342FC7 for ; Wed, 22 Sep 2021 07:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32E479 for ; Wed, 22 Sep 2021 07:19:02 +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: <1631899403.0fed5577501ac4e3c73debe2ebdc50672dee00fb.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0fed5577501ac4e3c73debe2ebdc50672dee00fb X-VCS-Branch: master Date: Wed, 22 Sep 2021 07:19:02 +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: 93dab3d5-8098-4e37-931a-143de29b5553 X-Archives-Hash: ed9b7eedf45078ca4a4ea53c83e3b7d4 commit: 0fed5577501ac4e3c73debe2ebdc50672dee00fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 15 17:58:52 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 17 17:23:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0fed5577 dev-qt/qtgui: Gentoo's GL impl. switched to media-libs/libglvnd media-libs/libglvnd provides both libGL.so and opengl.pc as well as libEGL.so and egl.pc, libGLESv2.so and glesv2.pc. Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild index 0c0cb718..36dc15ed 100644 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild @@ -31,16 +31,14 @@ RDEPEND=" media-libs/fontconfig >=media-libs/freetype-2.6.1:2 >=media-libs/harfbuzz-1.6.0:= + media-libs/libglvnd sys-libs/zlib:= dbus? ( =dev-qt/qtdbus-${QT5_PV}* ) - egl? ( media-libs/mesa[egl] ) eglfs? ( media-libs/mesa[gbm] x11-libs/libdrm ) evdev? ( sys-libs/mtdev ) - gles2-only? ( media-libs/mesa[gles2] ) - !gles2-only? ( virtual/opengl ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:=