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 50DEF158086 for ; Sat, 16 Oct 2021 23:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A0FE0869; Sat, 16 Oct 2021 23:24:27 +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 892EFE0869 for ; Sat, 16 Oct 2021 23:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A98C7343190 for ; Sat, 16 Oct 2021 23:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E77D3 for ; Sat, 16 Oct 2021 23:24:25 +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: <1634426648.eb80f984b8509d49b6f18ea1b97038bd442a4b8c.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: eb80f984b8509d49b6f18ea1b97038bd442a4b8c X-VCS-Branch: master Date: Sat, 16 Oct 2021 23:24:25 +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: e98caca5-8b81-43cf-8578-6079b91298b0 X-Archives-Hash: 562b16fd436466fc4d3e37873795d9ce commit: eb80f984b8509d49b6f18ea1b97038bd442a4b8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 16 23:20:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 16 23:24:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=eb80f984 dev-qt/qtgui: Enforce media-libs/libglvnd[X] USE-dep for !gles2-only Thanks-to: Davide Pesavento gentoo.org> Bug: https://bugs.gentoo.org/816492 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild index dc877b56..dc26c5cd 100644 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild @@ -31,7 +31,6 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 media-libs/harfbuzz:= - media-libs/libglvnd[X?] sys-libs/zlib:= dbus? ( =dev-qt/qtdbus-${QT5_PV}* ) eglfs? ( @@ -40,6 +39,8 @@ RDEPEND=" ) evdev? ( sys-libs/mtdev ) jpeg? ( virtual/jpeg ) + gles2-only? ( media-libs/libglvnd ) + !gles2-only? ( media-libs/libglvnd[X] ) libinput? ( dev-libs/libinput:= x11-libs/libxkbcommon