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-apps/umbrello/
Date: Tue, 18 Jul 2017 20:32:36
Message-Id: 1500409669.ac28ce58b8a0d3458309d1ebf3bd63b5439994d0.asturm@gentoo
1 commit: ac28ce58b8a0d3458309d1ebf3bd63b5439994d0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 20:27:49 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 20:27:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac28ce58
7
8 kde-apps/umbrello: Add missing DEPEND
9
10 Upstream commit d2888aaad6bc64828bb6c4fa102d1b1e6b3dd5e7
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 kde-apps/umbrello/umbrello-17.08.49.9999.ebuild | 7 +++++--
15 kde-apps/umbrello/umbrello-9999.ebuild | 7 +++++--
16 2 files changed, 10 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild b/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
19 index 264083f624..092f16073b 100644
20 --- a/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
21 +++ b/kde-apps/umbrello/umbrello-17.08.49.9999.ebuild
22 @@ -16,7 +16,7 @@ HOMEPAGE="
23 KEYWORDS=""
24 IUSE=""
25
26 -DEPEND="
27 +COMMON_DEPEND="
28 $(add_frameworks_dep karchive)
29 $(add_frameworks_dep kcompletion)
30 $(add_frameworks_dep kconfig)
31 @@ -41,7 +41,10 @@ DEPEND="
32 dev-libs/libxml2
33 dev-libs/libxslt
34 "
35 -RDEPEND="${DEPEND}"
36 +DEPEND="${COMMON_DEPEND}
37 + $(add_frameworks_dep kdelibs4support)
38 +"
39 +RDEPEND="${COMMON_DEPEND}"
40
41 src_configure() {
42 local mycmakeargs=(
43
44 diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild
45 index 264083f624..092f16073b 100644
46 --- a/kde-apps/umbrello/umbrello-9999.ebuild
47 +++ b/kde-apps/umbrello/umbrello-9999.ebuild
48 @@ -16,7 +16,7 @@ HOMEPAGE="
49 KEYWORDS=""
50 IUSE=""
51
52 -DEPEND="
53 +COMMON_DEPEND="
54 $(add_frameworks_dep karchive)
55 $(add_frameworks_dep kcompletion)
56 $(add_frameworks_dep kconfig)
57 @@ -41,7 +41,10 @@ DEPEND="
58 dev-libs/libxml2
59 dev-libs/libxslt
60 "
61 -RDEPEND="${DEPEND}"
62 +DEPEND="${COMMON_DEPEND}
63 + $(add_frameworks_dep kdelibs4support)
64 +"
65 +RDEPEND="${COMMON_DEPEND}"
66
67 src_configure() {
68 local mycmakeargs=(