From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-794849-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 A292B138CA3
	for <garchives@archives.gentoo.org>; Sun, 19 Apr 2015 18:11:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E91F5E084A;
	Sun, 19 Apr 2015 18:10:58 +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 89CC4E084A
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2015 18:10:58 +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 7F1CB340BFB
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2015 18:10:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D4D81646E
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2015 18:10:53 +0000 (UTC)
From: "Davide Pesavento" <pesa@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, "Davide Pesavento" <pesa@gentoo.org>
Message-ID: <1429467012.46ccf6a756753fdb416170f96e157e722b392b89.pesa@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
X-VCS-Repository: proj/qt
X-VCS-Files: dev-qt/qtgui/qtgui-5.4.9999.ebuild dev-qt/qtgui/qtgui-5.5.9999.ebuild dev-qt/qtgui/qtgui-5.9999.ebuild
X-VCS-Directories: dev-qt/qtgui/
X-VCS-Committer: pesa
X-VCS-Committer-Name: Davide Pesavento
X-VCS-Revision: 46ccf6a756753fdb416170f96e157e722b392b89
X-VCS-Branch: master
Date: Sun, 19 Apr 2015 18:10:53 +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: e6e05921-8cb8-4143-b13a-de9f7febe7ee
X-Archives-Hash: 0331fc0f9728c063561afd9d4495c089

commit:     46ccf6a756753fdb416170f96e157e722b392b89
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 18:10:12 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 18:10:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=46ccf6a7

[dev-qt/qtgui] Improve gtkstyle-related config.

Package-Manager: portage-2.2.18

 dev-qt/qtgui/qtgui-5.4.9999.ebuild | 4 ++--
 dev-qt/qtgui/qtgui-5.5.9999.ebuild | 4 ++--
 dev-qt/qtgui/qtgui-5.9999.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtgui/qtgui-5.4.9999.ebuild b/dev-qt/qtgui/qtgui-5.4.9999.ebuild
index ca640d2..258663d 100644
--- a/dev-qt/qtgui/qtgui-5.4.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.4.9999.ebuild
@@ -95,8 +95,8 @@ QT5_GENTOO_CONFIG=(
 	!gif:no-gif:
 	gles2::OPENGL_ES
 	gles2:opengles2:OPENGL_ES_2
-	gtkstyle
-	gtkstyle:gtk2
+	gtkstyle:gtkstyle:
+	gtkstyle:gtk2:STYLE_GTK
 	!:no-gui:
 	harfbuzz:system-harfbuzz:HARFBUZZ
 	!harfbuzz:no-harfbuzz:

diff --git a/dev-qt/qtgui/qtgui-5.5.9999.ebuild b/dev-qt/qtgui/qtgui-5.5.9999.ebuild
index 06c37c0..cc94414 100644
--- a/dev-qt/qtgui/qtgui-5.5.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.5.9999.ebuild
@@ -95,8 +95,8 @@ QT5_GENTOO_CONFIG=(
 	!gif:no-gif:
 	gles2::OPENGL_ES
 	gles2:opengles2:OPENGL_ES_2
-	gtkstyle
-	gtkstyle:gtk2
+	gtkstyle:gtkstyle:
+	gtkstyle:gtk2:STYLE_GTK
 	!:no-gui:
 	harfbuzz:system-harfbuzz:HARFBUZZ
 	!harfbuzz:no-harfbuzz:

diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
index 06c37c0..cc94414 100644
--- a/dev-qt/qtgui/qtgui-5.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
@@ -95,8 +95,8 @@ QT5_GENTOO_CONFIG=(
 	!gif:no-gif:
 	gles2::OPENGL_ES
 	gles2:opengles2:OPENGL_ES_2
-	gtkstyle
-	gtkstyle:gtk2
+	gtkstyle:gtkstyle:
+	gtkstyle:gtk2:STYLE_GTK
 	!:no-gui:
 	harfbuzz:system-harfbuzz:HARFBUZZ
 	!harfbuzz:no-harfbuzz: