Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
Date: Fri, 02 Feb 2018 11:54:15
Message-Id: 1517572436.9f81240ffd41cda7bb75286c95bb49e8623e43de.kensington@gentoo
1 commit: 9f81240ffd41cda7bb75286c95bb49e8623e43de
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 02:29:29 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 11:53:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f81240f
7
8 dev-qt/qtgui: add QT5_GENTOO_PRIVATE_CONFIG
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-qt/qtgui/qtgui-5.10.0.ebuild | 6 +++++-
13 dev-qt/qtgui/qtgui-5.10.9999.ebuild | 6 +++++-
14 dev-qt/qtgui/qtgui-5.11.9999.ebuild | 4 ++++
15 dev-qt/qtgui/qtgui-5.9.4.ebuild | 4 ++++
16 dev-qt/qtgui/qtgui-5.9.9999.ebuild | 6 +++++-
17 dev-qt/qtgui/qtgui-5.9999.ebuild | 4 ++++
18 6 files changed, 27 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-qt/qtgui/qtgui-5.10.0.ebuild b/dev-qt/qtgui/qtgui-5.10.0.ebuild
21 index e7b6eb22..0e281afe 100644
22 --- a/dev-qt/qtgui/qtgui-5.10.0.ebuild
23 +++ b/dev-qt/qtgui/qtgui-5.10.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=(
31 xcb::XKB
32 )
33
34 +QT5_GENTOO_PRIVATE_CONFIG=(
35 + :gui
36 +)
37 +
38 src_prepare() {
39 # egl_x11 is activated when both egl and xcb are enabled
40 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
41
42 diff --git a/dev-qt/qtgui/qtgui-5.10.9999.ebuild b/dev-qt/qtgui/qtgui-5.10.9999.ebuild
43 index e7b6eb22..0e281afe 100644
44 --- a/dev-qt/qtgui/qtgui-5.10.9999.ebuild
45 +++ b/dev-qt/qtgui/qtgui-5.10.9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=(
53 xcb::XKB
54 )
55
56 +QT5_GENTOO_PRIVATE_CONFIG=(
57 + :gui
58 +)
59 +
60 src_prepare() {
61 # egl_x11 is activated when both egl and xcb are enabled
62 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
63
64 diff --git a/dev-qt/qtgui/qtgui-5.11.9999.ebuild b/dev-qt/qtgui/qtgui-5.11.9999.ebuild
65 index e699a859..0e281afe 100644
66 --- a/dev-qt/qtgui/qtgui-5.11.9999.ebuild
67 +++ b/dev-qt/qtgui/qtgui-5.11.9999.ebuild
68 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=(
69 xcb::XKB
70 )
71
72 +QT5_GENTOO_PRIVATE_CONFIG=(
73 + :gui
74 +)
75 +
76 src_prepare() {
77 # egl_x11 is activated when both egl and xcb are enabled
78 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
79
80 diff --git a/dev-qt/qtgui/qtgui-5.9.4.ebuild b/dev-qt/qtgui/qtgui-5.9.4.ebuild
81 index c5c08fae..aeb8b422 100644
82 --- a/dev-qt/qtgui/qtgui-5.9.4.ebuild
83 +++ b/dev-qt/qtgui/qtgui-5.9.4.ebuild
84 @@ -119,6 +119,10 @@ QT5_GENTOO_CONFIG=(
85 xcb::XKB
86 )
87
88 +QT5_GENTOO_PRIVATE_CONFIG=(
89 + :gui
90 +)
91 +
92 src_prepare() {
93 # egl_x11 is activated when both egl and xcb are enabled
94 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
95
96 diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
97 index 0e4e3eed..aeb8b422 100644
98 --- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
99 +++ b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
100 @@ -1,4 +1,4 @@
101 -# Copyright 1999-2017 Gentoo Foundation
102 +# Copyright 1999-2018 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104
105 EAPI=6
106 @@ -119,6 +119,10 @@ QT5_GENTOO_CONFIG=(
107 xcb::XKB
108 )
109
110 +QT5_GENTOO_PRIVATE_CONFIG=(
111 + :gui
112 +)
113 +
114 src_prepare() {
115 # egl_x11 is activated when both egl and xcb are enabled
116 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
117
118 diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
119 index 26f4bb0b..a43ff0cc 100644
120 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild
121 +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
122 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=(
123 xcb::XKB
124 )
125
126 +QT5_GENTOO_PRIVATE_CONFIG=(
127 + :gui
128 +)
129 +
130 src_prepare() {
131 # egl_x11 is activated when both egl and xcb are enabled
132 use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)