Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Tue, 05 Dec 2017 20:20:17
Message-Id: 1512503687.b38d542902b0e65c30c3b8d56f4cc8c38ee0e638.asturm@gentoo
1 commit: b38d542902b0e65c30c3b8d56f4cc8c38ee0e638
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 19:54:47 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 19:54:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b38d5429
7
8 kde-plasma/plasma-desktop: Add new DEPEND
9
10 Upstream commit ec352304d357b061beeda76ca9db3a9c7c3b71f3
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
18 index 2490d6e2ad..122f13fa68 100644
19 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
20 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
21 @@ -99,7 +99,10 @@ DEPEND="${COMMON_DEPEND}
22 dev-libs/boost
23 x11-proto/xproto
24 fontconfig? ( x11-libs/libXrender )
25 - mouse? ( x11-drivers/xf86-input-evdev )
26 + mouse? (
27 + x11-drivers/xf86-input-evdev
28 + x11-drivers/xf86-input-libinput
29 + )
30 "
31 RDEPEND="${COMMON_DEPEND}
32 $(add_frameworks_dep qqc2-desktop-style)