From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-811374-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id DD763138CDB
	for <garchives@archives.gentoo.org>; Thu, 11 Jun 2015 16:06:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73CD6E091B;
	Thu, 11 Jun 2015 16:06:29 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 172D8E091B
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:06:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 21C46340562
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:06:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EA3AAA26
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jun 2015 16:06:22 +0000 (UTC)
From: "Johannes Huber" <johu@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, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1434038767.f2adc6aed21e5a21c5d95d1e0628e7b9ea5805ed.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/plasma/plasma-5.11.0.ebuild kde-frameworks/plasma/plasma-9999.ebuild
X-VCS-Directories: kde-frameworks/plasma/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: f2adc6aed21e5a21c5d95d1e0628e7b9ea5805ed
X-VCS-Branch: master
Date: Thu, 11 Jun 2015 16:06:22 +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-Archives-Salt: af44fa2c-96f9-4609-aaf9-eeaad47063d4
X-Archives-Hash: 413cd32d93650fe140658d1ffb09f1db

commit:     f2adc6aed21e5a21c5d95d1e0628e7b9ea5805ed
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 16:00:53 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 16:06:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2adc6ae

[kde-frameworks/plasma] Adjust dev-qt/qtgui USE dependencies, bug #551772

opengl USE flag will be removed by qt herd.

Package-Manager: portage-2.2.20

 kde-frameworks/plasma/plasma-5.11.0.ebuild | 2 +-
 kde-frameworks/plasma/plasma-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/plasma/plasma-5.11.0.ebuild b/kde-frameworks/plasma/plasma-5.11.0.ebuild
index 2647ce2..378071f 100644
--- a/kde-frameworks/plasma/plasma-5.11.0.ebuild
+++ b/kde-frameworks/plasma/plasma-5.11.0.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
 	dev-qt/qtxml:5
 	egl? ( media-libs/mesa[egl] )
 	opengl? (
-		dev-qt/qtgui:5[opengl,-gles2]
+		dev-qt/qtgui:5[opengl(+),-gles2]
 		virtual/opengl
 	)
 	X? (

diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
index a04d299..1713b24 100644
--- a/kde-frameworks/plasma/plasma-9999.ebuild
+++ b/kde-frameworks/plasma/plasma-9999.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
 	dev-qt/qtxml:5
 	egl? ( media-libs/mesa[egl] )
 	opengl? (
-		dev-qt/qtgui:5[opengl,-gles2]
+		dev-qt/qtgui:5[opengl(+),-gles2]
 		virtual/opengl
 	)
 	X? (