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/qtwayland/
Date: Fri, 28 Oct 2016 11:34:00
Message-Id: 1477654422.5326331764a0612870c92ce1310d6a1cb8776322.kensington@gentoo
1 commit: 5326331764a0612870c92ce1310d6a1cb8776322
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 11:33:31 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 11:33:42 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=53263317
7
8 dev-qt/qtwayland: remove qml USE flag from 5.7 and later
9
10 Due to an upstream change, qml is effectively mandatory.
11
12 Gentoo-bug: 579208
13
14 Package-Manager: portage-2.3.2
15
16 dev-qt/qtwayland/qtwayland-5.7.9999.ebuild | 7 ++-----
17 dev-qt/qtwayland/qtwayland-5.8.9999.ebuild | 7 ++-----
18 dev-qt/qtwayland/qtwayland-5.9999.ebuild | 7 ++-----
19 3 files changed, 6 insertions(+), 15 deletions(-)
20
21 diff --git a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
22 index e3f382b..026b7a5 100644
23 --- a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
24 +++ b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
25 @@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
26 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
27 fi
28
29 -IUSE="egl qml wayland-compositor xcomposite"
30 +IUSE="egl wayland-compositor xcomposite"
31
32 DEPEND="
33 >=dev-libs/wayland-1.4.0
34 @@ -19,9 +19,7 @@ DEPEND="
35 ~dev-qt/qtgui-${PV}[egl=]
36 media-libs/mesa[egl?]
37 >=x11-libs/libxkbcommon-0.2.0
38 - wayland-compositor? (
39 - qml? ( ~dev-qt/qtdeclarative-${PV} )
40 - )
41 + wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
42 xcomposite? (
43 x11-libs/libX11
44 x11-libs/libXcomposite
45 @@ -35,7 +33,6 @@ src_configure() {
46 fi
47
48 qt_use_compile_test xcomposite
49 - qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
50
51 qt5-build_src_configure
52 }
53
54 diff --git a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
55 index e3f382b..026b7a5 100644
56 --- a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
57 +++ b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
58 @@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
59 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
60 fi
61
62 -IUSE="egl qml wayland-compositor xcomposite"
63 +IUSE="egl wayland-compositor xcomposite"
64
65 DEPEND="
66 >=dev-libs/wayland-1.4.0
67 @@ -19,9 +19,7 @@ DEPEND="
68 ~dev-qt/qtgui-${PV}[egl=]
69 media-libs/mesa[egl?]
70 >=x11-libs/libxkbcommon-0.2.0
71 - wayland-compositor? (
72 - qml? ( ~dev-qt/qtdeclarative-${PV} )
73 - )
74 + wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
75 xcomposite? (
76 x11-libs/libX11
77 x11-libs/libXcomposite
78 @@ -35,7 +33,6 @@ src_configure() {
79 fi
80
81 qt_use_compile_test xcomposite
82 - qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
83
84 qt5-build_src_configure
85 }
86
87 diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
88 index e3f382b..026b7a5 100644
89 --- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
90 +++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
91 @@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
92 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
93 fi
94
95 -IUSE="egl qml wayland-compositor xcomposite"
96 +IUSE="egl wayland-compositor xcomposite"
97
98 DEPEND="
99 >=dev-libs/wayland-1.4.0
100 @@ -19,9 +19,7 @@ DEPEND="
101 ~dev-qt/qtgui-${PV}[egl=]
102 media-libs/mesa[egl?]
103 >=x11-libs/libxkbcommon-0.2.0
104 - wayland-compositor? (
105 - qml? ( ~dev-qt/qtdeclarative-${PV} )
106 - )
107 + wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
108 xcomposite? (
109 x11-libs/libX11
110 x11-libs/libXcomposite
111 @@ -35,7 +33,6 @@ src_configure() {
112 fi
113
114 qt_use_compile_test xcomposite
115 - qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
116
117 qt5-build_src_configure
118 }