public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
Date: Fri,  3 Apr 2020 20:03:33 +0000 (UTC)	[thread overview]
Message-ID: <1585850962.17632e13000f5a0f231e1869f06095830952afc6.asturm@gentoo> (raw)

commit:     17632e13000f5a0f231e1869f06095830952afc6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Nov 23 09:44:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <contact <AT> hacktivis.me>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 @@
 		<email>qt@gentoo.org</email>
 		<name>Gentoo Qt Project</name>
 	</maintainer>
-	<use>
-		<flag name="gles2">Use GLES 2.0 or later instead of full OpenGL</flag>
-	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>
 		<doc>https://doc.qt.io/</doc>

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
 }


             reply	other threads:[~2020-04-03 20:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 20:03 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08  9:29 [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/ Andreas Sturmlechner
2021-09-22  7:19 Andreas Sturmlechner
2020-09-10 17:49 Andreas Sturmlechner
2014-10-03  0:41 Davide Pesavento
2014-09-08 22:28 Davide Pesavento
2014-09-01 23:37 Davide Pesavento
2014-05-12 13:38 Michael Palimaka
2014-04-04 17:46 Davide Pesavento
2014-03-27 14:14 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585850962.17632e13000f5a0f231e1869f06095830952afc6.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox