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 76BC11396D1 for ; Sun, 10 Sep 2017 14:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9347E1FC054; Sun, 10 Sep 2017 14:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73632E0BE2 for ; Sun, 10 Sep 2017 14:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D2613417E4 for ; Sun, 10 Sep 2017 14:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4310B907B for ; Sun, 10 Sep 2017 14:44:07 +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: <1505054603.535545f92c69775f435d022c902803099268ac9d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/plasma/package.use.mask X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 535545f92c69775f435d022c902803099268ac9d X-VCS-Branch: master Date: Sun, 10 Sep 2017 14:44:07 +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-Archives-Salt: fdd069bc-6822-4ab7-ae82-069e4db71ea9 X-Archives-Hash: b5ba2997d743a1570db8bb87562873c2 commit: 535545f92c69775f435d022c902803099268ac9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 9 15:48:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 14:43:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535545f9 profiles: plasma: Mask USE=gles2 in relevant packages Users too often burn themselves when enabling this flag globally. Gentoo-bug: 554478, 584010, 585334, 588914, 627758, 629632 profiles/targets/desktop/plasma/package.use.mask | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use.mask b/profiles/targets/desktop/plasma/package.use.mask new file mode 100644 index 00000000000..243f440fe66 --- /dev/null +++ b/profiles/targets/desktop/plasma/package.use.mask @@ -0,0 +1,19 @@ +# 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/qtwidgets gles2 +kde-apps/kdenlive gles2 +kde-frameworks/plasma gles2 +kde-plasma/kinfocenter gles2 +kde-plasma/kwin gles2