From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 851D41392EF for ; Tue, 11 Mar 2014 19:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE68DE0A72; Tue, 11 Mar 2014 19:05:15 +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 67CA0E0A72 for ; Tue, 11 Mar 2014 19:05:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5500233F843 for ; Tue, 11 Mar 2014 19:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4CFBD183B3 for ; Tue, 11 Mar 2014 19:05:12 +0000 (UTC) From: "Davide Pesavento" 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" Message-ID: <1394564125.359ce933dba5856bf9f83947fe8145963657c402.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.2.1.ebuild dev-qt/qtgui/qtgui-5.3.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: 359ce933dba5856bf9f83947fe8145963657c402 X-VCS-Branch: master Date: Tue, 11 Mar 2014 19:05:12 +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-Archives-Salt: 3dcb2bfe-7c33-4e9b-a1b7-8285bbedc376 X-Archives-Hash: e6c3a6b548c75f00b70a37e14fc245b2 commit: 359ce933dba5856bf9f83947fe8145963657c402 Author: Uwe L. Korn xhochy com> AuthorDate: Tue Mar 11 12:26:03 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Mar 11 18:55:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=359ce933 [dev-qt/qtgui:5] kms USE flag depends on evdev * Fixes bug #504182 Package-Manager: portage-2.2.8-r1 --- dev-qt/qtgui/qtgui-5.2.1.ebuild | 4 ++-- dev-qt/qtgui/qtgui-5.3.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.2.1.ebuild b/dev-qt/qtgui/qtgui-5.2.1.ebuild index b839826..91a53d1 100644 --- a/dev-qt/qtgui/qtgui-5.2.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -22,7 +22,7 @@ IUSE="accessibility eglfs evdev gif gles2 +glib harfbuzz ibus jpeg kms opengl +p REQUIRED_USE=" eglfs? ( evdev gles2 ) gles2? ( opengl ) - kms? ( gles2 ) + kms? ( evdev gles2 ) " RDEPEND=" diff --git a/dev-qt/qtgui/qtgui-5.3.9999.ebuild b/dev-qt/qtgui/qtgui-5.3.9999.ebuild index b839826..91a53d1 100644 --- a/dev-qt/qtgui/qtgui-5.3.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -22,7 +22,7 @@ IUSE="accessibility eglfs evdev gif gles2 +glib harfbuzz ibus jpeg kms opengl +p REQUIRED_USE=" eglfs? ( evdev gles2 ) gles2? ( opengl ) - kms? ( gles2 ) + kms? ( evdev gles2 ) " RDEPEND=" diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild index b839826..91a53d1 100644 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -22,7 +22,7 @@ IUSE="accessibility eglfs evdev gif gles2 +glib harfbuzz ibus jpeg kms opengl +p REQUIRED_USE=" eglfs? ( evdev gles2 ) gles2? ( opengl ) - kms? ( gles2 ) + kms? ( evdev gles2 ) " RDEPEND="