Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
Date: Thu, 10 Sep 2020 17:49:18
Message-Id: 1599676823.7f196bdb5ad3caa2f0a9c19b4e1d53c56141c8c0.asturm@gentoo
1 commit: 7f196bdb5ad3caa2f0a9c19b4e1d53c56141c8c0
2 Author: Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 21 22:24:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 18:40:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7f196bdb
7
8 dev-qt/qtgui: depend on virtual/opengl only when gles2-only is off
9
10 The PR removes the virtual/opengl dependency when the gles2-only flag is enabled
11 to avoid pulling in unnecessary X11 dependencies on pure wayland environment.
12
13 Bug: https://bugs.gentoo.org/731650
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>
16 Closes: https://github.com/gentoo/gentoo/pull/17203
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 dev-qt/qtgui/qtgui-5.15.9999.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
23 index 23bc34eb..e6fed665 100644
24 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild
25 +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild
26 @@ -34,7 +34,6 @@ RDEPEND="
27 >=media-libs/freetype-2.6.1:2
28 >=media-libs/harfbuzz-1.6.0:=
29 sys-libs/zlib:=
30 - virtual/opengl
31 dbus? ( ~dev-qt/qtdbus-${PV} )
32 egl? ( media-libs/mesa[egl] )
33 eglfs? (
34 @@ -43,6 +42,7 @@ RDEPEND="
35 )
36 evdev? ( sys-libs/mtdev )
37 gles2-only? ( media-libs/mesa[gles2] )
38 + !gles2-only? ( virtual/opengl )
39 jpeg? ( virtual/jpeg:0 )
40 libinput? (
41 dev-libs/libinput:=