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 BBF791388C0 for ; Thu, 29 Oct 2015 16:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F546E0653; Thu, 29 Oct 2015 16:48: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 BF6FDE07EC for ; Thu, 29 Oct 2015 16:48:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB6F434097F for ; Thu, 29 Oct 2015 16:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DDF91A0C for ; Thu, 29 Oct 2015 16:48:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446137281.ea4e198005f4ca2ebdf3549ffc79223c4decd301.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.5.1.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ea4e198005f4ca2ebdf3549ffc79223c4decd301 X-VCS-Branch: master Date: Thu, 29 Oct 2015 16:48:11 +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: bb186a45-2c16-4f14-81c9-28908a4ea16f X-Archives-Hash: 03831e010b8895c4e99e748dbe04e511 commit: ea4e198005f4ca2ebdf3549ffc79223c4decd301 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 29 16:45:56 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 29 16:48:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e1980 dev-qt/qtgui: ensure that a GL integration plugin is always built Gentoo-bug: 563156 Package-Manager: portage-2.2.20.1 dev-qt/qtgui/qtgui-5.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtgui/qtgui-5.5.1.ebuild b/dev-qt/qtgui/qtgui-5.5.1.ebuild index 507b6d3..c406993 100644 --- a/dev-qt/qtgui/qtgui-5.5.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.5.1.ebuild @@ -22,6 +22,7 @@ REQUIRED_USE=" eglfs? ( egl ) ibus? ( dbus ) libinput? ( udev ) + xcb? ( gles2? ( egl ) ) " RDEPEND="