Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Fri, 28 Feb 2020 10:15:46
Message-Id: 1582883951.6878e3e22339f965e33f9cedc435542a7728c425.asturm@gentoo
1 commit: 6878e3e22339f965e33f9cedc435542a7728c425
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 19:22:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 09:59:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6878e3e2
7
8 dev-qt/qtwayland: Fix USE libinput
9
10 Upstream commit a8fed201
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 4 ++--
16 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
20 index ac4fdc11..0602db2f 100644
21 --- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
22 +++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -27,7 +27,7 @@ DEPEND="
30 RDEPEND="${DEPEND}"
31
32 src_prepare() {
33 - qt_use_disable_config libinput xkbcommon-evdev \
34 + qt_use_disable_config libinput xkbcommon \
35 src/client/client.pro \
36 src/compositor/wayland_wrapper/wayland_wrapper.pri \
37 src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
38
39 diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
40 index 30d80e6b..5e2e0a8c 100644
41 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
42 +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
43 @@ -27,7 +27,7 @@ DEPEND="
44 RDEPEND="${DEPEND}"
45
46 src_prepare() {
47 - qt_use_disable_config libinput xkbcommon-evdev \
48 + qt_use_disable_config libinput xkbcommon \
49 src/client/client.pro \
50 src/compositor/wayland_wrapper/wayland_wrapper.pri \
51 src/plugins/shellintegration/ivi-shell/ivi-shell.pro \