Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/
Date: Thu, 29 Oct 2015 16:48:17
Message-Id: 1446137281.ea4e198005f4ca2ebdf3549ffc79223c4decd301.kensington@gentoo
1 commit: ea4e198005f4ca2ebdf3549ffc79223c4decd301
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 16:45:56 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 16:48:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e1980
7
8 dev-qt/qtgui: ensure that a GL integration plugin is always built
9
10 Gentoo-bug: 563156
11
12 Package-Manager: portage-2.2.20.1
13
14 dev-qt/qtgui/qtgui-5.5.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-qt/qtgui/qtgui-5.5.1.ebuild b/dev-qt/qtgui/qtgui-5.5.1.ebuild
18 index 507b6d3..c406993 100644
19 --- a/dev-qt/qtgui/qtgui-5.5.1.ebuild
20 +++ b/dev-qt/qtgui/qtgui-5.5.1.ebuild
21 @@ -22,6 +22,7 @@ REQUIRED_USE="
22 eglfs? ( egl )
23 ibus? ( dbus )
24 libinput? ( udev )
25 + xcb? ( gles2? ( egl ) )
26 "
27
28 RDEPEND="