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 782C5138350 for ; Tue, 31 Mar 2020 10:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ACFBE09F2; Tue, 31 Mar 2020 10:58:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB33DE09D8; Tue, 31 Mar 2020 10:58:00 +0000 (UTC) Received: from tuxbrain.localnet (193-154-175-199.adsl.highway.telekom.at [193.154.175.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: asturm) by smtp.gentoo.org (Postfix) with ESMTPSA id 47C6534F01A; Tue, 31 Mar 2020 10:57:59 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org, gentoo-dev-announce@lists.gentoo.org Subject: [gentoo-dev] [RFC] New global USE flag 'gles2-only' Date: Tue, 31 Mar 2020 12:57:39 +0200 Message-ID: <2328301.XAFRqVoOGU@tuxbrain> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 82242297-3780-4def-b13f-a31c828ecfb3 X-Archives-Hash: 38d2d2757367c51a09671a0b4ea55d62 Hi, this is currently used by 4 packages but there are many more to come, especially in the dev-qt/* and kde-*/* categories where 'gles2' is being renamed to 'gles2-only' where appropriate. Its purpose and description is really the same everywhere. Description: "Use GLES 2.0 or later instead of full OpenGL" See also: - USE={egl,gles{,1,2,3}} flags are a total mess [1] - [gentoo-dev] Addressing split usage of USE=gles[123] [2] - PRs in prepration for gentoo.git [3], kde.git [4] and qt.git [5] I plan to introduce this real soon, coinciding the necessary revbumps with upcoming/in-preparation Qt 5.14.2 and KDE Plasma 5.18.4 version bumps. Best regards, Andreas [1] https://bugs.gentoo.org/627758 [2] https://archives.gentoo.org/gentoo-dev/message/ ab302ac2ab641b1e82acad7d32308266 [3] https://github.com/gentoo/gentoo/pull/13742 [4] https://github.com/gentoo/kde/pull/888 [5] https://github.com/gentoo/qt/pull/210