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/kscreen/
Date: Sun, 25 Feb 2018 19:09:05
Message-Id: 1519585722.ff50a079c0565a3a7df80c7d663bf634619d6a5a.asturm@gentoo
1 commit: ff50a079c0565a3a7df80c7d663bf634619d6a5a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 19:08:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 19:08:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff50a079
7
8 kde-plasma/kscreen: Add missing DEPENDs
9
10 Thanks-to: Arfrever
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 kde-plasma/kscreen/kscreen-9999.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/kde-plasma/kscreen/kscreen-9999.ebuild b/kde-plasma/kscreen/kscreen-9999.ebuild
17 index c1a07aeb5f..d7f11a0847 100644
18 --- a/kde-plasma/kscreen/kscreen-9999.ebuild
19 +++ b/kde-plasma/kscreen/kscreen-9999.ebuild
20 @@ -16,11 +16,14 @@ DEPEND="
21 $(add_frameworks_dep kconfig)
22 $(add_frameworks_dep kconfigwidgets)
23 $(add_frameworks_dep kcoreaddons)
24 + $(add_frameworks_dep kdeclarative)
25 $(add_frameworks_dep kdbusaddons)
26 $(add_frameworks_dep kglobalaccel)
27 $(add_frameworks_dep ki18n)
28 + $(add_frameworks_dep kiconthemes)
29 $(add_frameworks_dep kwidgetsaddons)
30 $(add_frameworks_dep kxmlgui)
31 + $(add_frameworks_dep plasma)
32 $(add_plasma_dep libkscreen)
33 $(add_qt_dep qtdbus)
34 $(add_qt_dep qtdeclarative 'widgets')