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 D9271138350 for ; Fri, 3 Apr 2020 20:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0A3AE0AAF; Fri, 3 Apr 2020 20:03:37 +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 C4390E0AAF for ; Fri, 3 Apr 2020 20:03:37 +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 B6FB334F03C for ; Fri, 3 Apr 2020 20:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A7D1BF for ; Fri, 3 Apr 2020 20:03:33 +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: <1585850962.17632e13000f5a0f231e1869f06095830952afc6.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtopengl/metadata.xml dev-qt/qtopengl/qtopengl-5.14.9999.ebuild dev-qt/qtopengl/qtopengl-5.15.9999.ebuild dev-qt/qtopengl/qtopengl-5.9999.ebuild X-VCS-Directories: dev-qt/qtopengl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17632e13000f5a0f231e1869f06095830952afc6 X-VCS-Branch: master Date: Fri, 3 Apr 2020 20:03:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63cbd2b5-4d54-46f9-b6da-9e570f1f9f44 X-Archives-Hash: ec8a53cc7383a5e8e4ff8acbbc98022b commit: 17632e13000f5a0f231e1869f06095830952afc6 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 23 09:44:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 2 18:09:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=17632e13 dev-qt/qtopengl: rename USE=gles2 to USE=gles2-only Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtopengl/metadata.xml | 3 --- dev-qt/qtopengl/qtopengl-5.14.9999.ebuild | 8 ++++---- dev-qt/qtopengl/qtopengl-5.15.9999.ebuild | 8 ++++---- dev-qt/qtopengl/qtopengl-5.9999.ebuild | 8 ++++---- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/dev-qt/qtopengl/metadata.xml b/dev-qt/qtopengl/metadata.xml index 17b1d11a..32568f62 100644 --- a/dev-qt/qtopengl/metadata.xml +++ b/dev-qt/qtopengl/metadata.xml @@ -5,9 +5,6 @@ qt@gentoo.org Gentoo Qt Project - - Use GLES 2.0 or later instead of full OpenGL - https://bugreports.qt.io/ https://doc.qt.io/ diff --git a/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild index cec19c33..caa8f3c9 100644 --- a/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild @@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi -IUSE="gles2" +IUSE="gles2-only" DEPEND=" ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - ~dev-qt/qtwidgets-${PV}[gles2=] + ~dev-qt/qtgui-${PV}[gles2-only=] + ~dev-qt/qtwidgets-${PV}[gles2-only=] virtual/opengl " RDEPEND="${DEPEND}" @@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=( src_configure() { local myconf=( - -opengl $(usex gles2 es2 desktop) + -opengl $(usex gles2-only es2 desktop) ) qt5-build_src_configure } diff --git a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild index cec19c33..caa8f3c9 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild @@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi -IUSE="gles2" +IUSE="gles2-only" DEPEND=" ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - ~dev-qt/qtwidgets-${PV}[gles2=] + ~dev-qt/qtgui-${PV}[gles2-only=] + ~dev-qt/qtwidgets-${PV}[gles2-only=] virtual/opengl " RDEPEND="${DEPEND}" @@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=( src_configure() { local myconf=( - -opengl $(usex gles2 es2 desktop) + -opengl $(usex gles2-only es2 desktop) ) qt5-build_src_configure } diff --git a/dev-qt/qtopengl/qtopengl-5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.9999.ebuild index cec19c33..caa8f3c9 100644 --- a/dev-qt/qtopengl/qtopengl-5.9999.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.9999.ebuild @@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi -IUSE="gles2" +IUSE="gles2-only" DEPEND=" ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - ~dev-qt/qtwidgets-${PV}[gles2=] + ~dev-qt/qtgui-${PV}[gles2-only=] + ~dev-qt/qtwidgets-${PV}[gles2-only=] virtual/opengl " RDEPEND="${DEPEND}" @@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=( src_configure() { local myconf=( - -opengl $(usex gles2 es2 desktop) + -opengl $(usex gles2-only es2 desktop) ) qt5-build_src_configure }