Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/
Date: Sun, 10 Sep 2017 14:44:10
Message-Id: 1505054603.535545f92c69775f435d022c902803099268ac9d.asturm@gentoo
1 commit: 535545f92c69775f435d022c902803099268ac9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 15:48:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 14:43:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535545f9
7
8 profiles: plasma: Mask USE=gles2 in relevant packages
9
10 Users too often burn themselves when enabling this flag globally.
11
12 Gentoo-bug: 554478, 584010, 585334, 588914, 627758, 629632
13
14 profiles/targets/desktop/plasma/package.use.mask | 19 +++++++++++++++++++
15 1 file changed, 19 insertions(+)
16
17 diff --git a/profiles/targets/desktop/plasma/package.use.mask b/profiles/targets/desktop/plasma/package.use.mask
18 new file mode 100644
19 index 00000000000..243f440fe66
20 --- /dev/null
21 +++ b/profiles/targets/desktop/plasma/package.use.mask
22 @@ -0,0 +1,19 @@
23 +# Copyright 1999-2017 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +# USE=gles2 in the following packages disables full OpenGL
27 +# Upstream does not test for that case and packages frequently
28 +# fail to build or run if set.
29 +dev-python/PyQt5 gles2
30 +dev-qt/qt3d gles2
31 +dev-qt/qtdatavis3d gles2
32 +dev-qt/qtdeclarative gles2
33 +dev-qt/qtgui gles2
34 +dev-qt/qtmultimedia gles2
35 +dev-qt/qtopengl gles2
36 +dev-qt/qtprintsupport gles2
37 +dev-qt/qtwidgets gles2
38 +kde-apps/kdenlive gles2
39 +kde-frameworks/plasma gles2
40 +kde-plasma/kinfocenter gles2
41 +kde-plasma/kwin gles2