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/qtopengl/
Date: Thu, 10 Sep 2020 17:49:18
Message-Id: 1599676823.6839f477693719f482a13686f2f9fdc0eab8b950.asturm@gentoo
1 commit: 6839f477693719f482a13686f2f9fdc0eab8b950
2 Author: Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 21 22:24:41 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=6839f477
7
8 dev-qt/qtopengl: depend on virtual/opengl only when gles2-only is off
9
10 Remove the virtual/opengl dependency when the "gles2-only" flag is enabled.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-qt/qtopengl/qtopengl-5.15.9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
20 index a2891c53..3aaab692 100644
21 --- a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
22 +++ b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
23 @@ -18,7 +18,7 @@ DEPEND="
24 ~dev-qt/qtcore-${PV}:5=
25 ~dev-qt/qtgui-${PV}[gles2-only=]
26 ~dev-qt/qtwidgets-${PV}[gles2-only=]
27 - virtual/opengl
28 + !gles2-only? ( virtual/opengl )
29 "
30 RDEPEND="${DEPEND}"