Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/
Date: Thu, 05 Feb 2015 20:03:51
Message-Id: 1423166539.bc466b561f0df7598bbd28f20a9ee030fbcfe301.johu@gentoo
1 commit: bc466b561f0df7598bbd28f20a9ee030fbcfe301
2 Author: Karol Herbst <git <AT> karolherbst <DOT> de>
3 AuthorDate: Thu Feb 5 08:00:30 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 5 20:02:19 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bc466b56
7
8 [kde-plasma/kwin] DEPEND on <dev-libs/libinput-0.8.0, bug #538870
9
10 upstream discussion: https://bugs.kde.org/show_bug.cgi?id=342893
11
12 currently kwin-5.2.0.1 fails to build with >=libinput-0.8.0, also the
13 5.2 branch disables libinput support completly if >=0.8.0 is found,
14 hence we should depen on <0.8.0. The 5.3 will most likely support
15 >=0.8.0.
16
17 Package-Manager: portage-2.2.15
18
19 ---
20 kde-plasma/kwin/kwin-5.2.0.1.ebuild | 2 +-
21 kde-plasma/kwin/kwin-5.2.9999.ebuild | 2 +-
22 2 files changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/kde-plasma/kwin/kwin-5.2.0.1.ebuild b/kde-plasma/kwin/kwin-5.2.0.1.ebuild
25 index 88b50ec..26a1df7 100644
26 --- a/kde-plasma/kwin/kwin-5.2.0.1.ebuild
27 +++ b/kde-plasma/kwin/kwin-5.2.0.1.ebuild
28 @@ -58,7 +58,7 @@ COMMON_DEPEND="
29 x11-libs/xcb-util-keysyms
30 wayland? (
31 $(add_plasma_dep kwayland)
32 - dev-libs/libinput
33 + <dev-libs/libinput-0.8.0
34 >=dev-libs/wayland-1.2
35 virtual/libudev
36 >=x11-libs/libxkbcommon-0.4.1
37
38 diff --git a/kde-plasma/kwin/kwin-5.2.9999.ebuild b/kde-plasma/kwin/kwin-5.2.9999.ebuild
39 index e8503cb..7cb652f 100644
40 --- a/kde-plasma/kwin/kwin-5.2.9999.ebuild
41 +++ b/kde-plasma/kwin/kwin-5.2.9999.ebuild
42 @@ -56,7 +56,7 @@ COMMON_DEPEND="
43 x11-libs/xcb-util-keysyms
44 wayland? (
45 $(add_plasma_dep kwayland)
46 - dev-libs/libinput
47 + <dev-libs/libinput-0.8.0
48 >=dev-libs/wayland-1.2
49 virtual/libudev
50 >=x11-libs/libxkbcommon-0.4.1