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 10215198005 for ; Fri, 22 Feb 2013 08:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD8E21C0B6; Fri, 22 Feb 2013 08:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFD7C21C0B6 for ; Fri, 22 Feb 2013 08:54:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3A1533DEC5 for ; Fri, 22 Feb 2013 08:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4049AE4073 for ; Fri, 22 Feb 2013 08:54:53 +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: <1361523273.70788ccfc1673767203c9da008b44509b74c6aae.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild x11-libs/qt-opengl/qt-opengl-5.9999.ebuild X-VCS-Directories: x11-libs/qt-opengl/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 70788ccfc1673767203c9da008b44509b74c6aae X-VCS-Branch: master Date: Fri, 22 Feb 2013 08:54:53 +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: 0c727765-e6a0-4b37-a79b-19bc2e3da4e9 X-Archives-Hash: 214ac2ae143732378cdf85c4fbb23e65 commit: 70788ccfc1673767203c9da008b44509b74c6aae Author: Davide Pesavento gmail com> AuthorDate: Fri Feb 22 08:54:33 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Feb 22 08:54:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=70788ccf [x11-libs/qt-opengl:5] Remove seemingly useless 'egl' flag. Package-Manager: portage-2.2.0_alpha163 --- x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild | 6 ++---- x11-libs/qt-opengl/qt-opengl-5.9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild index 5df1fdd..2c78c19 100644 --- a/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild @@ -14,14 +14,13 @@ else KEYWORDS="~amd64" fi -IUSE="egl" +IUSE="" DEPEND=" virtual/opengl ~x11-libs/qt-core-${PV}[debug=] - ~x11-libs/qt-gui-${PV}[debug=,egl=,opengl] + ~x11-libs/qt-gui-${PV}[debug=,opengl] ~x11-libs/qt-widgets-${PV}[debug=] - egl? ( media-libs/mesa[egl] ) " RDEPEND="${DEPEND}" @@ -31,7 +30,6 @@ QT5_TARGET_SUBDIRS=( src_configure() { local myconf=( - $(qt_use egl) -opengl ) qt5-build_src_configure diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild index 5df1fdd..2c78c19 100644 --- a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild @@ -14,14 +14,13 @@ else KEYWORDS="~amd64" fi -IUSE="egl" +IUSE="" DEPEND=" virtual/opengl ~x11-libs/qt-core-${PV}[debug=] - ~x11-libs/qt-gui-${PV}[debug=,egl=,opengl] + ~x11-libs/qt-gui-${PV}[debug=,opengl] ~x11-libs/qt-widgets-${PV}[debug=] - egl? ( media-libs/mesa[egl] ) " RDEPEND="${DEPEND}" @@ -31,7 +30,6 @@ QT5_TARGET_SUBDIRS=( src_configure() { local myconf=( - $(qt_use egl) -opengl ) qt5-build_src_configure