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/kaccounts-integration/
Date: Tue, 23 Oct 2018 18:52:22
Message-Id: 1540320529.aaaf93a62af8e3fd3e8de088c8826d48f17767f2.asturm@gentoo
1 commit: aaaf93a62af8e3fd3e8de088c8826d48f17767f2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 17:37:31 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 18:48:49 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aaaf93a6
7
8 kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool
9
10 Upstream commit 3b3842d1576076de8652b9d2744e6785014bbc5a
11
12 Closes: https://bugs.gentoo.org/668304
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 .../kaccounts-integration-18.08.49.9999.ebuild | 9 ++++++---
17 kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 9 ++++++---
18 2 files changed, 12 insertions(+), 6 deletions(-)
19
20 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild
21 index 9004903bca..f72ced11e0 100644
22 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild
23 +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.49.9999.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
31 KEYWORDS=""
32 IUSE=""
33
34 -RDEPEND="
35 +COMMON_DEPEND="
36 $(add_frameworks_dep kconfigwidgets)
37 $(add_frameworks_dep kcoreaddons)
38 $(add_frameworks_dep kdbusaddons)
39 @@ -29,11 +29,14 @@ RDEPEND="
40 >=net-libs/libaccounts-glib-1.21
41 net-libs/signond
42 "
43 -DEPEND="${RDEPEND}
44 +DEPEND="${COMMON_DEPEND}
45 $(add_frameworks_dep kcmutils)
46 $(add_plasma_dep kde-cli-tools)
47 sys-devel/gettext
48 "
49 +RDEPEND="${COMMON_DEPEND}
50 + dev-util/intltool
51 +"
52
53 # bug #549444
54 RESTRICT+=" test"
55
56 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
57 index 9004903bca..f72ced11e0 100644
58 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
59 +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2018 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
67 KEYWORDS=""
68 IUSE=""
69
70 -RDEPEND="
71 +COMMON_DEPEND="
72 $(add_frameworks_dep kconfigwidgets)
73 $(add_frameworks_dep kcoreaddons)
74 $(add_frameworks_dep kdbusaddons)
75 @@ -29,11 +29,14 @@ RDEPEND="
76 >=net-libs/libaccounts-glib-1.21
77 net-libs/signond
78 "
79 -DEPEND="${RDEPEND}
80 +DEPEND="${COMMON_DEPEND}
81 $(add_frameworks_dep kcmutils)
82 $(add_plasma_dep kde-cli-tools)
83 sys-devel/gettext
84 "
85 +RDEPEND="${COMMON_DEPEND}
86 + dev-util/intltool
87 +"
88
89 # bug #549444
90 RESTRICT+=" test"