Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
Date: Thu, 11 Oct 2018 18:36:06
Message-Id: 1539282909.807d9dae5d93a5f3589465e24b833f3885e83762.asturm@gentoo
1 commit: 807d9dae5d93a5f3589465e24b833f3885e83762
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: Thu Oct 11 18:35:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807d9dae
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 ...tion-18.08.2.ebuild => kaccounts-integration-18.08.2-r1.ebuild} | 7 +++++--
17 1 file changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
20 similarity index 90%
21 rename from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild
22 rename to kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
23 index 9d9f33cc91d..0b2e528f317 100644
24 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild
25 +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
26 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
27 KEYWORDS="~amd64 ~arm ~x86"
28 IUSE=""
29
30 -RDEPEND="
31 +COMMON_DEPEND="
32 $(add_frameworks_dep kconfigwidgets)
33 $(add_frameworks_dep kcoreaddons)
34 $(add_frameworks_dep kdbusaddons)
35 @@ -29,11 +29,14 @@ RDEPEND="
36 >=net-libs/libaccounts-glib-1.21
37 net-libs/signond
38 "
39 -DEPEND="${RDEPEND}
40 +DEPEND="${COMMON_DEPEND}
41 $(add_frameworks_dep kcmutils)
42 $(add_plasma_dep kde-cli-tools)
43 sys-devel/gettext
44 "
45 +RDEPEND="${COMMON_DEPEND}
46 + dev-util/intltool
47 +"
48
49 # bug #549444
50 RESTRICT+=" test"