From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1170988-garchives=archives.gentoo.org@lists.gentoo.org>
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 1F32C1382C5
	for <garchives@archives.gentoo.org>; Wed, 13 May 2020 21:35:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5AB39E0943;
	Wed, 13 May 2020 21:35:02 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 3D7EDE0938
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 May 2020 21:35:02 +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 61074350917
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 May 2020 21:35:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CD11D6
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 May 2020 21:35:00 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1589405414.2f9d33c3d76ea609e77cb7e9d66dbbd53533cf37.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-9999.ebuild
X-VCS-Directories: kde-plasma/kinfocenter/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 2f9d33c3d76ea609e77cb7e9d66dbbd53533cf37
X-VCS-Branch: master
Date: Wed, 13 May 2020 21:35:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dda6f9c6-b17d-4db8-bf37-08da1e8dfdc5
X-Archives-Hash: ab0e4de5a6d82be3e23495ebc977972c

commit:     2f9d33c3d76ea609e77cb7e9d66dbbd53533cf37
Author:     Mias van Klei <miasvanklei <AT> outlook <DOT> com>
AuthorDate: Wed May 13 20:37:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 13 21:30:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f9d33c3

kde-plasma/kinfocenter: fix missing change from gles2 to gles2-only

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mias van Klei <miasvanklei <AT> outlook.com>
Closes: https://github.com/gentoo/gentoo/pull/15780
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 5dcfa7805a..789b384c3e 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -73,7 +73,7 @@ src_configure() {
 	)
 
 	if has_version "dev-qt/qtgui[gles2-only]"; then
-		mycmakeargs+=( $(cmake_use_find_package gles2 OpenGLES) )
+		mycmakeargs+=( $(cmake_use_find_package gles2-only OpenGLES) )
 	else
 		mycmakeargs+=( $(cmake_use_find_package opengl OpenGL) )
 	fi