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 8F30C158012 for ; Wed, 22 Sep 2021 20:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2BBE092A; Wed, 22 Sep 2021 20:01:48 +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 47621E092A for ; Wed, 22 Sep 2021 20:01:48 +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 3149D342FEF for ; Wed, 22 Sep 2021 20:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B6BB104 for ; Wed, 22 Sep 2021 20:01:45 +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: <1632340038.2b24d40915f94166cc2512c3d92f5c4b64e84cb6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.15.2-r12.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b24d40915f94166cc2512c3d92f5c4b64e84cb6 X-VCS-Branch: master Date: Wed, 22 Sep 2021 20:01:45 +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: 6916d292-9cf8-44c9-b4c5-559a5196a0cf X-Archives-Hash: f69a765051e3cfb37cc5c6b93fa610ac commit: 2b24d40915f94166cc2512c3d92f5c4b64e84cb6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 09:36:26 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:47:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b24d409 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-r12.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2-r12.ebuild b/dev-qt/qtgui/qtgui-5.15.2-r12.ebuild index f6de73e9c5a..da6b33e3f90 100644 --- a/dev-qt/qtgui/qtgui-5.15.2-r12.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2-r12.ebuild @@ -32,16 +32,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:=