commit:     7d28249d0801718e46852e9e4c284d5f3529eb2c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 15:49:35 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 22:12:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d28249d

profiles: desktop: Mask USE=gles2 in relevant packages

Users too often burn themselves when enabling this flag globally.

See also: Bugs #554478, #584010, #585334, #588914, #629632, #635502

Bug: https://bugs.gentoo.org/627758

 profiles/targets/desktop/package.use.mask | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/profiles/targets/desktop/package.use.mask 
b/profiles/targets/desktop/package.use.mask
new file mode 100644
index 00000000000..26f3c6d9458
--- /dev/null
+++ b/profiles/targets/desktop/package.use.mask
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# USE=gles2 in the following packages disables full OpenGL
+# Upstream does not test for that case and packages frequently
+# fail to build or run if set.
+dev-python/PyQt5 gles2
+dev-qt/qt3d gles2
+dev-qt/qtdatavis3d gles2
+dev-qt/qtdeclarative gles2
+dev-qt/qtgui gles2
+dev-qt/qtmultimedia gles2
+dev-qt/qtopengl gles2
+dev-qt/qtprintsupport gles2
+dev-qt/qtwebkit gles2
+dev-qt/qtwidgets gles2
+kde-apps/kdenlive gles2
+kde-frameworks/plasma gles2
+kde-plasma/kinfocenter gles2
+kde-plasma/kwin gles2

Reply via email to